Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Bump package version to 0.1.1
  • Loading branch information
jsdanielh committed Nov 23, 2024
1 parent dd0c2a9 commit 18e779f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.0"
version = "0.1.1"
authors = ["Janosch Gräf <[email protected]>", "The Nimiq Core Development Team <[email protected]>"]
edition = "2021"
homepage = "https://nimiq.com"
Expand All @@ -29,7 +29,7 @@ categories = [
keywords = ["json", "jsonrpc", "json-rpc", "nimiq", "rpc"]

[workspace.dependencies]
nimiq-jsonrpc-client = { version = "0.1.0", path = "client" }
nimiq-jsonrpc-core = { version = "0.1.0", path = "core" }
nimiq-jsonrpc-derive = { version = "0.1.0", path = "derive" }
nimiq-jsonrpc-server = { version = "0.1.0", path = "server" }
nimiq-jsonrpc-client = { version = "0.1.1", path = "client" }
nimiq-jsonrpc-core = { version = "0.1.1", path = "core" }
nimiq-jsonrpc-derive = { version = "0.1.1", path = "derive" }
nimiq-jsonrpc-server = { version = "0.1.1", path = "server" }

0 comments on commit 18e779f

Please sign in to comment.