Skip to content

Commit

Permalink
Release 4.6.1 (#1297)
Browse files Browse the repository at this point in the history
* Bump versions

Signed-off-by: Dengjianping <djptux@gmail.com>

* Update lockfile

Signed-off-by: Dengjianping <djptux@gmail.com>

---------

Signed-off-by: Dengjianping <djptux@gmail.com>
  • Loading branch information
Dengjianping committed Jan 15, 2024
1 parent 2c774ed commit 7ba8e7c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
repository = 'https://github.com/Manta-Network/Manta/'
rust-version = '1.71'
version = '4.6.0'
version = '4.6.1'

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion runtime/calamari/src/lib.rs
Expand Up @@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("calamari"),
impl_name: create_runtime_str!("calamari"),
authoring_version: 2,
spec_version: 4600,
spec_version: 4610,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 18,
Expand Down
2 changes: 1 addition & 1 deletion runtime/manta/src/lib.rs
Expand Up @@ -145,7 +145,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("manta"),
impl_name: create_runtime_str!("manta"),
authoring_version: 1,
spec_version: 4600,
spec_version: 4610,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 7,
Expand Down

0 comments on commit 7ba8e7c

Please sign in to comment.