Skip to content

Commit

Permalink
Update dependency (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD authored Dec 21, 2023
1 parent c51c99c commit dbed355
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ homepage = "https://github.com/aurora-is-near/aurora-engine"
repository = "https://github.com/aurora-is-near/aurora-engine"
license = "CC0-1.0"
readme = "README.md"
version = "0.4.0"
version = "0.4.1"

[workspace.dependencies]
anyhow = "1"
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.3.1", default-features = false, features = ["impl-serde"] }
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["impl-serde"] }
near-contract-standards = "4.1"
near-sdk = "4.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
near-workspaces = "0.9"

[patch.crates-io]
parity-secp256k1 = { git = 'https://github.com/paritytech/rust-secp256k1', rev = "d05fd8e" }
2 changes: 1 addition & 1 deletion res/mock_engine/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 res/mock_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.3.1", default-features = false, features = ["borsh-compat"] }
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["borsh-compat"] }
hex = "0.4.3"
near-sdk = "4.1"
near-contract-standards = "4.1"
Expand Down
2 changes: 1 addition & 1 deletion res/mock_eth_connector/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 res/mock_eth_connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.3.1", default-features = false, features = ["impl-serde", "borsh-compat"] }
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["impl-serde", "borsh-compat"] }
near-contract-standards = "4.1"
near-sdk = "4.1"

Expand Down

0 comments on commit dbed355

Please sign in to comment.