Skip to content

Commit

Permalink
Bump keyvalues-serde to v0.2.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored Nov 5, 2023
1 parent 1b92391 commit ebbbf8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyvalues-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keyvalues-serde"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.61"
Expand All @@ -12,7 +12,7 @@ homepage = "https://github.com/CosmicHorrorDev/vdf-rs"
repository = "https://github.com/CosmicHorrorDev/vdf-rs"

[dependencies]
keyvalues-parser = { path = "../keyvalues-parser" }
keyvalues-parser = { path = "../keyvalues-parser", version = "0.2.0" }
serde = "1.0.190"
# TODO: drop this
thiserror = "1.0.50"
Expand Down

0 comments on commit ebbbf8f

Please sign in to comment.