Skip to content

Commit

Permalink
Merge pull request #7 from polarathene/release/0.1.6
Browse files Browse the repository at this point in the history
release: `0.1.6`
  • Loading branch information
Genarito authored Oct 17, 2023
2 parents 8e72665 + 624fdd6 commit 8481f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ keywords = ["serialization", "deserialization", "serde", "serialize", "deseriali
license = "MIT"
name = "serde_gura"
repository = "https://github.com/gura-conf/serde-gura"
version = "0.1.5"
version = "0.1.6"

[dependencies]
gura = "0.5.0"
indexmap = "1.7.0"
gura = "0.5"
indexmap = "1.9"
serde = "1.0"

[dev-dependencies]
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.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 8481f87

Please sign in to comment.