Skip to content

Commit

Permalink
Set version to v1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovikov committed Nov 26, 2024
1 parent 2a5ed5b commit a3b792a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions evm_loader/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 evm_loader/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-api"
version = "1.15.5"
version = "1.15.6"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion evm_loader/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-cli"
version = "1.15.5"
version = "1.15.6"
authors = ["NeonLabs Maintainers <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion evm_loader/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-lib"
version = "1.15.5"
version = "1.15.6"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion evm_loader/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "evm-loader"
version = "1.15.5"
version = "1.15.6"
description = "Neon EVM loader"
authors = ["NeonLabs Maintainers <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion evm_loader/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-rpc"
version = "1.15.5"
version = "1.15.6"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit a3b792a

Please sign in to comment.