Skip to content

Commit

Permalink
chore: Omit patch version in serde_gura version (README.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
polarathene authored Oct 16, 2023
1 parent 2031875 commit 624fdd6
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 @@ -19,7 +19,7 @@ Add the following dependencies to your `Cargo.toml`:
```toml
[dependencies]
serde = "1.0"
serde_gura = "0.1.4"
serde_gura = "0.1"
```

If you want to use `Serialize`/`Deserialize` traits you must specify the *derive* feature in your `Cargo.toml`:
Expand All @@ -28,7 +28,7 @@ If you want to use `Serialize`/`Deserialize` traits you must specify the *derive
```toml
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_gura = "0.1.4"
serde_gura = "0.1"
```


Expand Down

0 comments on commit 624fdd6

Please sign in to comment.