Skip to content

Commit

Permalink
chore(release): sn_transfers-v0.16.3/sn_cli-v0.89.82
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Mar 11, 2024
1 parent fa8ac6e commit a728b42
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.

2 changes: 1 addition & 1 deletion sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_cli"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.89.82-alpha.1"
version = "0.89.82"

[[bin]]
path="src/main.rs"
Expand Down
2 changes: 1 addition & 1 deletion sn_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde = { version = "1.0.133", features = [ "derive", "rc" ]}
sn_networking = { path = "../sn_networking", version = "0.13.32" }
sn_protocol = { path = "../sn_protocol", version = "0.15.3" }
sn_registers = { path = "../sn_registers", version = "0.3.10" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3-alpha.1" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3" }
tempfile = "3.6.0"
thiserror = "1.0.23"
tiny-keccak = "~2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.104.29-alpha.1" }
sn_logging = { path = "../sn_logging", version = "0.2.21" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.6" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3-alpha.1" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3" }
tiny_http = { version="0.12", features = ["ssl-rustls"] }
tokio = { version = "1.32.0", features = ["parking_lot", "rt"] }
tracing = { version = "~0.1.26" }
Expand Down
2 changes: 1 addition & 1 deletion sn_networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rayon = "1.8.0"
rmp-serde = "1.1.1"
serde = { version = "1.0.133", features = [ "derive", "rc" ]}
sn_protocol = { path = "../sn_protocol", version = "0.15.3" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3-alpha.1" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3" }
sn_registers = { path = "../sn_registers", version = "0.3.9" }
sysinfo = { version = "0.29.0", default-features = false, optional = true }
thiserror = "1.0.23"
Expand Down
2 changes: 1 addition & 1 deletion sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sn_logging = { path = "../sn_logging", version = "0.2.21" }
sn_networking = { path = "../sn_networking", version = "0.13.32" }
sn_protocol = { path = "../sn_protocol", version = "0.15.3", features = ["rpc"]}
sn_registers = { path = "../sn_registers", version = "0.3.10" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3-alpha.1" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3" }
thiserror = "1.0.23"
tokio = { version = "1.32.0", features = ["io-util", "macros", "parking_lot", "rt", "sync", "time", "signal"] }
tokio-stream = { version = "~0.1.12" }
Expand Down
2 changes: 1 addition & 1 deletion sn_node_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sn_protocol = { path = "../sn_protocol", version = "0.15.3", features = [
"rpc",
] }
sn-releases = "0.1.7"
sn_transfers = { path = "../sn_transfers", version = "0.16.3-alpha.1" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3" }
sysinfo = "0.29.10"
tokio = { version = "1.26", features = ["full"] }
tracing = { version = "~0.1.26" }
Expand Down
2 changes: 1 addition & 1 deletion sn_node_rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sn_logging = { path = "../sn_logging", version = "0.2.21" }
sn_node = { path = "../sn_node", version = "0.104.38" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.6" }
sn_protocol = { path = "../sn_protocol", version = "0.15.3", features=["rpc"] }
sn_transfers = { path = "../sn_transfers", version = "0.16.3-alpha.1" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3" }
thiserror = "1.0.23"
# # watch out updating this, protoc compiler needs to be installed on all build systems
# # arm builds + musl are very problematic
Expand Down
2 changes: 1 addition & 1 deletion sn_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rmp-serde = "1.1.1"
serde = { version = "1.0.133", features = [ "derive", "rc" ]}
serde_json = "1.0"
sha2 = "0.10.7"
sn_transfers = { path = "../sn_transfers", version = "0.16.3-alpha.1" }
sn_transfers = { path = "../sn_transfers", version = "0.16.3" }
sn_registers = { path = "../sn_registers", version = "0.3.11" }
thiserror = "1.0.23"
tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] }
Expand Down
2 changes: 1 addition & 1 deletion sn_transfers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_transfers"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.16.3-alpha.1"
version = "0.16.3"

[dependencies]
bls = { package = "blsttc", version = "8.0.1" }
Expand Down

0 comments on commit a728b42

Please sign in to comment.