Skip to content

Commit

Permalink
chore(v0.5.0: update crates version
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Nov 8, 2024
1 parent fbefef6 commit 1fcaeb8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
documentation = "https://learn.onpop.io/"
license = "GPL-3.0"
repository = "https://github.com/r0gue-io/pop-cli"
version = "0.4.0"
version = "0.5.0"

[workspace.dependencies]
anyhow = "1.0"
Expand Down
8 changes: 4 additions & 4 deletions crates/pop-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ strum.workspace = true
strum_macros.workspace = true

# contracts
pop-contracts = { path = "../pop-contracts", version = "0.4.0", optional = true }
pop-contracts = { path = "../pop-contracts", version = "0.5.0", optional = true }
sp-core = { workspace = true, optional = true }
sp-weights = { workspace = true, optional = true }

# parachains
pop-parachains = { path = "../pop-parachains", version = "0.4.0", optional = true }
pop-parachains = { path = "../pop-parachains", version = "0.5.0", optional = true }
dirs = { workspace = true, optional = true }
git2.workspace = true

# telemetry
pop-telemetry = { path = "../pop-telemetry", version = "0.4.0", optional = true }
pop-telemetry = { path = "../pop-telemetry", version = "0.5.0", optional = true }

# common
pop-common = { path = "../pop-common", version = "0.4.0" }
pop-common = { path = "../pop-common", version = "0.5.0" }

[dev-dependencies]
assert_cmd.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/pop-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ url.workspace = true
[dev-dependencies]
mockito.workspace = true
strum_macros.workspace = true
tempfile.workspace = true
tempfile.workspace = true
2 changes: 1 addition & 1 deletion crates/pop-contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ contract-build.workspace = true
contract-extrinsics.workspace = true

# pop
pop-common = { path = "../pop-common", version = "0.4.0" }
pop-common = { path = "../pop-common", version = "0.5.0" }

[dev-dependencies]
dirs.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/pop-parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ walkdir.workspace = true
zombienet-sdk.workspace = true

# Pop
pop-common = { path = "../pop-common", version = "0.4.0" }
pop-common = { path = "../pop-common", version = "0.5.0" }

[dev-dependencies]
mockito.workspace = true
Expand Down

0 comments on commit 1fcaeb8

Please sign in to comment.