Skip to content

Commit

Permalink
Bump version to 0.20.0 (#215)
Browse files Browse the repository at this point in the history
* Bump version to 0.20.0

* Fixed rust toolchain version in job LinuxCIDeps

* Fixed cargo-deny version to 0.9.0
  • Loading branch information
mohanson committed Nov 5, 2021
1 parent 9ae177b commit b8ebf29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-vm"
description = "CKB's Virtual machine"
version = "0.20.0-rc6"
version = "0.20.0"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2018"
Expand All @@ -25,7 +25,7 @@ goblin_v023 = { package = "goblin", version = "=0.2.3" }
goblin_v040 = { package = "goblin", version = "=0.4.0" }
scroll = "0.10"
serde = { version = "1.0", features = ["derive"] }
ckb-vm-definitions = { path = "definitions", version = "0.20.0-rc6" }
ckb-vm-definitions = { path = "definitions", version = "0.20.0" }
derive_more = "0.99.2"
rand = "0.7.3"

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
steps:
- template: devtools/azure/linux-dependencies.yml
parameters:
rustup_toolchain: 'stable'
- script: cargo install cargo-deny --locked
rustup_toolchain: '1.51.0-x86_64-unknown-linux-gnu'
- script: cargo install cargo-deny --locked --version 0.9.0
displayName: Install cargo deny
- script: make ci-deps
displayName: Run ci-deps
Expand Down
2 changes: 1 addition & 1 deletion definitions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-vm-definitions"
description = "Common definition files for CKB VM"
version = "0.20.0-rc6"
version = "0.20.0"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2018"
Expand Down

0 comments on commit b8ebf29

Please sign in to comment.