Skip to content

Commit 26f8a63

Browse files
authored
chore(deps): bump aurora-engine to 0.3.6 (#126)
1 parent 6b762f4 commit 26f8a63

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ license = "CC0-1.0"
1919
[workspace.dependencies]
2020
actix = "0.13"
2121
anyhow = "1"
22-
aurora-engine = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std", "tracing", "log", "impl-serde"] }
23-
aurora-engine-transactions = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std", "impl-serde"] }
24-
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std", "impl-serde"] }
25-
aurora-engine-sdk = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std"] }
26-
aurora-engine-modexp = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std"] }
27-
aurora-engine-hashchain = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std"] }
28-
engine-standalone-storage = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false }
29-
engine-standalone-tracing = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["impl-serde"] }
22+
aurora-engine = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std", "tracing", "log", "impl-serde"] }
23+
aurora-engine-transactions = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std", "impl-serde"] }
24+
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std", "impl-serde"] }
25+
aurora-engine-sdk = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std"] }
26+
aurora-engine-modexp = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std"] }
27+
aurora-engine-hashchain = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std"] }
28+
engine-standalone-storage = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false }
29+
engine-standalone-tracing = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["impl-serde"] }
3030
borsh = { version = "1", features = ["borsh-derive"] }
3131
byteorder = "1"
3232
clap = { version = "4", features = ["derive"] }

0 commit comments

Comments
 (0)