Skip to content

Commit

Permalink
Revert "Release 0.10.4"
Browse files Browse the repository at this point in the history
This reverts commit 11102a8.
  • Loading branch information
ValeryAntopol committed Dec 15, 2023
1 parent 11102a8 commit 8af99f7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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 distro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trust-graph-distro"
version = "0.10.4"
version = "0.4.7"
edition = "2021"
build = "build.rs"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion keypair/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluence-keypair"
version = "0.10.4"
version = "0.10.3"
authors = ["Fluence Labs"]
edition = "2021"
description = "unified keypair API based on libp2p-identity"
Expand Down
4 changes: 2 additions & 2 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ name = "trust-graph"
path = "src/main.rs"

[dependencies]
trust-graph = { version = "0.10.4-alpha.0", path = "../trust-graph" }
fluence-keypair = { version = "0.10.4-alpha.0", path = "../keypair" }
trust-graph = { version = "0.4.7", path = "../trust-graph" }
fluence-keypair = { version = "0.10.3", path = "../keypair" }
marine-rs-sdk = { version = "0.10.2", features = ["logger"] }
marine-sqlite-connector = "0.9.0"

Expand Down
4 changes: 2 additions & 2 deletions trust-graph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trust-graph"
version = "0.10.4"
version = "0.4.7"
authors = ["Fluence Labs"]
edition = "2021"
description = "trust graph"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/fluencelabs/trust-graph"
[dependencies]
serde = { version = "1.0.118", features = ["derive"] }

fluence-keypair = { path = "../keypair", version = "0.10.4-alpha.0" }
fluence-keypair = { path = "../keypair", version = "0.10.3" }
bs58 = "0.4.0"
failure = "0.1.6"
log = "0.4.11"
Expand Down

0 comments on commit 8af99f7

Please sign in to comment.