Skip to content

Commit

Permalink
Merge branch 'chore-bump_safenode2' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed Nov 27, 2024
2 parents a1dc7ae + 0176a59 commit cccc981
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ unused_async = "warn"
unwrap_used = "warn"
clone_on_ref_ptr = "warn"

[profile.release]
debug = true

[profile.dev]
debug = 0
strip = "debuginfo"
Expand Down
2 changes: 1 addition & 1 deletion sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Safe Node"
name = "sn_node"
version = "0.112.5"
version = "0.112.6"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down
4 changes: 2 additions & 2 deletions sn_node_rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_node_rpc_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.6.35"
version = "0.6.36"

[[bin]]
name = "safenode_rpc_client"
Expand All @@ -28,7 +28,7 @@ libp2p = { version = "0.54.1", features = ["kad"]}
libp2p-identity = { version="0.2.7", features = ["rand"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.19" }
sn_logging = { path = "../sn_logging", version = "0.2.40" }
sn_node = { path = "../sn_node", version = "0.112.5" }
sn_node = { path = "../sn_node", version = "0.112.6" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" }
sn_protocol = { path = "../sn_protocol", version = "0.17.15", features=["rpc"] }
sn_service_management = { path = "../sn_service_management", version = "0.4.3" }
Expand Down

0 comments on commit cccc981

Please sign in to comment.