Skip to content

Commit

Permalink
Bumped Gura version to 0.5.4
Browse files Browse the repository at this point in the history
+ Bumped version to 0.1.8
  • Loading branch information
Genarito committed Apr 1, 2024
1 parent 1bbd790 commit cf6346b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ keywords = ["serialization", "deserialization", "serde", "serialize", "deseriali
license = "MIT"
name = "serde_gura"
repository = "https://github.com/gura-conf/serde-gura"
version = "0.1.7"
version = "0.1.8"

[dependencies]
gura = "0.5"
gura = "0.5.4"
indexmap = "1.9"
serde = "1.0"

Expand Down
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"
serde_gura = "0.1.8"
```

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"
serde_gura = "0.1.8"
```


Expand Down

0 comments on commit cf6346b

Please sign in to comment.