Skip to content

Commit

Permalink
chore: bump version to 0.2.7 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung authored Aug 18, 2023
1 parent a0f8862 commit 85163b8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ members = ["core", "node", "rpc", "derive"]
resolver = "2"

[workspace.dependencies]
rings-core = { version = "0.2.6", path = "core", default-features = false }
rings-derive = { version = "0.2.6", path = "derive", default-features = false }
rings-rpc = { version = "0.2.6", path = "rpc", default-features = false }
rings-core = { version = "0.2.7", path = "core", default-features = false }
rings-derive = { version = "0.2.7", path = "derive", default-features = false }
rings-rpc = { version = "0.2.7", path = "rpc", default-features = false }
wasm-bindgen = { version = "0.2.84" }
wasm-bindgen-macro-support = { version = "0.2.84" }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rings-core"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
authors = ["RND <[email protected]>"]
description = "Chord DHT implementation with ICE"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rings-derive"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
authors = ["RND <[email protected]>"]
repository = "https://github.com/RingsNetwork/rings-node"
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rings-node"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
default-run = "rings"
authors = ["RND <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rings-rpc"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
authors = ["RND <[email protected]>"]
description = """
Expand Down

0 comments on commit 85163b8

Please sign in to comment.