Skip to content

Commit

Permalink
default to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sharksforarms committed Oct 6, 2022
1 parent 44db1ef commit deac06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ for binary structs or network headers

```toml
[dependencies]
deku = "0.13"
deku = "0.14"
```

no_std:
```toml
[dependencies]
deku = { version = "0.13", default-features = false, features = ["alloc"] }
deku = { version = "0.14", default-features = false, features = ["alloc"] }
```

## Example
Expand Down

0 comments on commit deac06d

Please sign in to comment.