Skip to content

Commit

Permalink
chore(release): sn_auditor-v0.1.7/sn_client-v0.105.3/sn_networking-v0…
Browse files Browse the repository at this point in the history
….14.4/sn_protocol-v0.16.3/sn_build_info-v0.1.7/sn_transfers-v0.17.2/sn_peers_acquisition-v0.2.10/sn_cli-v0.90.4/sn_faucet-v0.4.9/sn_metrics-v0.1.4/sn_node-v0.105.6/sn_service_management-v0.2.4/sn-node-manager-v0.7.4/sn_node_rpc_client-v0.6.8/token_supplies-v0.1.47
  • Loading branch information
joshuef committed Apr 10, 2024
1 parent d3677ba commit f532de4
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 70 deletions.
30 changes: 15 additions & 15 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 sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Safe Network Auditor"
name = "sn_auditor"
version = "0.1.7-alpha.0"
version = "0.1.7"
edition = "2021"
homepage = "https://maidsafe.net"
repository = "https://github.com/maidsafe/safe_network"
Expand All @@ -24,9 +24,9 @@ dirs-next = "~2.0.0"
graphviz-rust = "0.7.1"
serde = { version = "1.0.133", features = [ "derive", "rc" ]}
serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.105.3-alpha.5" }
sn_client = { path = "../sn_client", version = "0.105.3" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.10-alpha.0" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.10" }
tiny_http = { version="0.12", features = ["ssl-rustls"] }
tracing = { version = "~0.1.26" }
tokio = { version = "1.32.0", features = ["io-util", "macros", "parking_lot", "rt", "sync", "time", "fs"] }
2 changes: 1 addition & 1 deletion sn_build_info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_build_info"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.1.7-alpha.1"
version = "0.1.7"

[build-dependencies]
vergen = { version = "8.0.0", features = ["build", "git", "gitcl"] }
Expand Down
12 changes: 6 additions & 6 deletions 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.90.4-alpha.5"
version = "0.90.4"

[[bin]]
path="src/bin/main.rs"
Expand Down Expand Up @@ -52,11 +52,11 @@ rayon = "1.8.0"
reqwest = { version="0.11.18", default-features=false, features = ["rustls"] }
rmp-serde = "1.1.1"
serde = { version = "1.0.133", features = [ "derive"]}
sn_build_info = { path="../sn_build_info", version = "0.1.7-alpha.1" }
sn_client = { path = "../sn_client", version = "0.105.3-alpha.5" }
sn_build_info = { path="../sn_build_info", version = "0.1.7" }
sn_client = { path = "../sn_client", version = "0.105.3" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.10-alpha.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3-alpha.2" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.10" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3" }
tempfile = "3.6.0"
tiny-keccak = "~2.0.2"
tokio = { version = "1.32.0", features = ["io-util", "macros", "parking_lot", "rt", "sync", "time", "fs"] }
Expand All @@ -70,7 +70,7 @@ eyre = "0.6.8"
criterion = "0.5.1"
tempfile = "3.6.0"
rand = { version = "~0.8.5", features = ["small_rng"] }
sn_client = { path = "../sn_client", version = "0.105.3-alpha.5", features = ["test-utils"] }
sn_client = { path = "../sn_client", version = "0.105.3", features = ["test-utils"] }

[lints]
workspace = true
12 changes: 6 additions & 6 deletions sn_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_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.105.3-alpha.5"
version = "0.105.3"

[features]
default=[]
Expand Down Expand Up @@ -36,18 +36,18 @@ rayon = "1.8.0"
rmp-serde = "1.1.1"
self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = [ "derive", "rc" ]}
sn_networking = { path = "../sn_networking", version = "0.14.4-alpha.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3-alpha.2" }
sn_networking = { path = "../sn_networking", version = "0.14.4" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3" }
serde_json = "1.0"
sn_registers = { path = "../sn_registers", version = "0.3.12" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2-alpha.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2" }
tempfile = "3.6.0"
thiserror = "1.0.23"
tiny-keccak = "~2.0.2"
tokio = { version = "1.35.0", features = ["io-util", "macros", "rt", "sync", "time"] }
tracing = { version = "~0.1.26" }
xor_name = "5.0.0"
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.10-alpha.0", optional = true }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.10", optional = true }
eyre = { version = "0.6.8", optional = true }
lazy_static = { version = "~1.4.0", optional = true }

Expand All @@ -71,7 +71,7 @@ crate-type = ["cdylib", "rlib"]
getrandom = { version = "0.2.12", features = ["js"] }
wasm-bindgen = "0.2.90"
wasm-bindgen-futures = "0.4.40"
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.10-alpha.0" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.10" }
console_error_panic_hook = "0.1.6"
tracing-wasm = "0.2.1"
wasmtimer = "0.2.0"
Expand Down
10 changes: 5 additions & 5 deletions sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_faucet"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.4.9-alpha.0"
version = "0.4.9"

[features]
default = []
Expand All @@ -35,11 +35,11 @@ indicatif = { version = "0.17.5", features = ["tokio"] }
minreq = { version = "2.11.0", features = ["https-rustls"], optional = true }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sn_build_info = { path = "../sn_build_info", version = "0.1.7-alpha.1" }
sn_client = { path = "../sn_client", version = "0.105.3-alpha.5" }
sn_build_info = { path = "../sn_build_info", version = "0.1.7" }
sn_client = { path = "../sn_client", version = "0.105.3" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.10-alpha.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2-alpha.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.10" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2" }
tokio = { version = "1.32.0", features = ["parking_lot", "rt"] }
tracing = { version = "~0.1.26" }
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion sn_metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_metrics"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.1.4-alpha.0"
version = "0.1.4"

[[bin]]
path = "src/main.rs"
Expand Down
6 changes: 3 additions & 3 deletions sn_networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_networking"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.14.4-alpha.0"
version = "0.14.4"

[features]
default = ["libp2p/quic"]
Expand Down Expand Up @@ -49,8 +49,8 @@ rand = { version = "~0.8.5", features = ["small_rng"] }
rayon = "1.8.0"
rmp-serde = "1.1.1"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_protocol = { path = "../sn_protocol", version = "0.16.3-alpha.2" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2-alpha.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2" }
sn_registers = { path = "../sn_registers", version = "0.3.12" }
sysinfo = { version = "0.29.0", default-features = false, optional = true }
thiserror = "1.0.23"
Expand Down
18 changes: 9 additions & 9 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Safe Node"
name = "sn_node"
version = "0.105.6-alpha.4"
version = "0.105.6"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -49,15 +49,15 @@ rmp-serde = "1.1.1"
rayon = "1.8.0"
self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.7-alpha.1" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.10-alpha.0" }
sn_client = { path = "../sn_client", version = "0.105.3-alpha.5" }
sn_build_info = { path = "../sn_build_info", version = "0.1.7" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.10" }
sn_client = { path = "../sn_client", version = "0.105.3" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_networking = { path = "../sn_networking", version = "0.14.4-alpha.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3-alpha.2" }
sn_networking = { path = "../sn_networking", version = "0.14.4" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3" }
sn_registers = { path = "../sn_registers", version = "0.3.12" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2-alpha.0" }
sn_service_management = { path = "../sn_service_management", version = "0.2.4-alpha.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2" }
sn_service_management = { path = "../sn_service_management", version = "0.2.4" }
thiserror = "1.0.23"
tokio = { version = "1.32.0", features = [
"io-util",
Expand All @@ -84,7 +84,7 @@ reqwest = { version = "0.11.18", default-features = false, features = [
"rustls",
] }
serde_json = "1.0"
sn_protocol = { path = "../sn_protocol", version = "0.16.3-alpha.2", features = [
sn_protocol = { path = "../sn_protocol", version = "0.16.3", features = [
"rpc",
] }
tempfile = "3.6.0"
Expand Down
10 changes: 5 additions & 5 deletions sn_node_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "sn-node-manager"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.7.4-alpha.1"
version = "0.7.4"

[[bin]]
name = "safenode-manager"
Expand Down Expand Up @@ -41,11 +41,11 @@ semver = "1.0.20"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
service-manager = "0.6.0"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.10-alpha.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3-alpha.2" }
sn_service_management = { path = "../sn_service_management", version = "0.2.4-alpha.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.10" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3" }
sn_service_management = { path = "../sn_service_management", version = "0.2.4" }
sn-releases = "0.2.0"
sn_transfers = { path = "../sn_transfers", version = "0.17.2-alpha.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2" }
sysinfo = "0.29.10"
tokio = { version = "1.26", features = ["full"] }
tracing = { version = "~0.1.26" }
Expand Down
14 changes: 7 additions & 7 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.8-alpha.0"
version = "0.6.8"

[[bin]]
name = "safenode_rpc_client"
Expand All @@ -23,13 +23,13 @@ color-eyre = "0.6.2"
hex = "~0.4.3"
libp2p = { version="0.53", features = ["kad"]}
libp2p-identity = { version="0.2.7", features = ["rand"] }
sn_client = { path = "../sn_client", version = "0.105.3-alpha.5" }
sn_client = { path = "../sn_client", version = "0.105.3" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_node = { path = "../sn_node", version = "0.105.6-alpha.4" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.10-alpha.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3-alpha.2", features=["rpc"] }
sn_service_management = { path = "../sn_service_management", version = "0.2.4-alpha.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2-alpha.0" }
sn_node = { path = "../sn_node", version = "0.105.6" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.10" }
sn_protocol = { path = "../sn_protocol", version = "0.16.3", features=["rpc"] }
sn_service_management = { path = "../sn_service_management", version = "0.2.4" }
sn_transfers = { path = "../sn_transfers", version = "0.17.2" }
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

0 comments on commit f532de4

Please sign in to comment.