Skip to content

Commit 762145a

Browse files
chore: update package versions to 0.3.0 in Cargo files (#6)
1 parent 7348ae5 commit 762145a

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

griffin-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "griffin-core"
33
description = "UTXO framework for Substrate and Polkadot."
4-
version = "0.2.0"
4+
version = "0.3.0"
55
license.workspace = true
66
repository.workspace = true
77
edition.workspace = true

node/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "griffin-solochain-node"
33
description = "A solochain node built with Substrate, part of Polkadot SDK"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
license.workspace = true
66
authors.workspace = true
77
homepage.workspace = true
@@ -76,8 +76,8 @@ substrate-frame-rpc-system.workspace = true
7676
substrate-frame-rpc-system.default-features = true
7777
frame-benchmarking-cli.workspace = true
7878
frame-benchmarking-cli.default-features = true
79-
griffin-solochain-runtime = { version = "0.2.0", path = "../runtime", default-features = false }
80-
griffin-core = { version = "0.2.0", path = "../griffin-core" }
79+
griffin-solochain-runtime = { version = "0.3.0", path = "../runtime", default-features = false }
80+
griffin-core = { version = "0.3.0", path = "../griffin-core" }
8181

8282
[build-dependencies]
8383
substrate-build-script-utils.workspace = true

runtime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "griffin-solochain-runtime"
33
description = "A solochain runtime built with Substrate, part of Polkadot SDK"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
license.workspace = true
66
authors.workspace = true
77
homepage.workspace = true
@@ -32,7 +32,7 @@ serde = { version = "1.0.209", default-features = false }
3232
serde_json = { features = [
3333
"alloc",
3434
], default-features = false, workspace = true }
35-
griffin-core = { version = "0.2.0", default-features = false, path = "../griffin-core" }
35+
griffin-core = { version = "0.3.0", default-features = false, path = "../griffin-core" }
3636
sp-application-crypto = { default-features = false, workspace = true }
3737
hex-literal = { workspace = true }
3838
log = { workspace = true }

wallet/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "griffin-wallet"
33
description = "Test wallet based on Tuxedo"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
license.workspace = true
66
authors.workspace = true
77
homepage.workspace = true
88
repository.workspace = true
99
edition.workspace = true
1010

1111
[dependencies]
12-
griffin-core = { version = "0.2.0", path = "../griffin-core" }
12+
griffin-core = { version = "0.3.0", path = "../griffin-core" }
1313

1414
clap = { features = ["derive"], workspace = true }
1515
hex-literal = { workspace = true }

0 commit comments

Comments
 (0)