Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 85b7c7f

Browse files
authored
version of example pallet update 1.2.0 -> 1.3.0 (#32)
1 parent deb6a74 commit 85b7c7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ sp-version = { default-features = false, version = '2.0.0' }
5656
default-features = false
5757
git = 'https://github.com/ChainSafe/chainbridge-substrate'
5858
package = 'chainbridge'
59-
tag = 'v1.2.0'
59+
tag = 'v1.3.0'
6060

6161
[dependencies.example]
6262
default-features = false
6363
git = 'https://github.com/ChainSafe/chainbridge-substrate'
6464
package = 'example-pallet'
65-
tag = 'v1.2.0'
65+
tag = 'v1.3.0'
6666

6767
[dependencies.erc721]
6868
default-features = false
6969
git = 'https://github.com/ChainSafe/chainbridge-substrate'
7070
package = 'example-erc721'
71-
tag = 'v1.2.0'
71+
tag = 'v1.3.0'
7272

7373
[features]
7474
default = ['std']

0 commit comments

Comments
 (0)