Skip to content

Commit

Permalink
Merge pull request #75 from paseo-network/al3mart/fix-crate-versioning
Browse files Browse the repository at this point in the history
fix(crates): Individual crate versioning.
  • Loading branch information
hbulgarini authored May 17, 2024
2 parents 14a568a + 12546be commit 6c9855e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relay/paseo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "paseo-runtime"
build = "build.rs"
repository.workspace = true
version.workspace = true
version = "1.2.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion system-parachains/asset-hub-paseo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true
name = "asset-hub-paseo-runtime"
repository.workspace = true
version.workspace = true
version = "1.1.2"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
Expand Down

0 comments on commit 6c9855e

Please sign in to comment.