Skip to content

Commit

Permalink
Minor cargo improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Dec 20, 2023
1 parent 9caed8a commit a11532a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "CC0 1.0"

[workspace.dependencies]
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.3.1", default-features = false }
near-sdk = { git = "https://github.com/aurora-is-near/near-sdk-rs.git", tag = "v4.1.1-fix-deps" }
near-sdk = "4.1"
near-primitives = "0.17"
near-contract-standards = "4.1"
byte-slice-cast = "1"
Expand Down
2 changes: 1 addition & 1 deletion eth-connector-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ workspaces = "0.7.0"
hex = "0.4.3"
ethabi = "18.0"
rlp = { version = "0.5.0", default-features = false }
aurora-engine-migration-tool = { git = "https://github.com/aurora-is-near/aurora-engine-migration-tool.git", branch = "update-near-sdk"}
aurora-engine-migration-tool = { git = "https://github.com/aurora-is-near/aurora-engine-migration-tool.git", rev = "cb501f3c9b73469fe27c4f010087e9a19f9fd65a"}
aurora-workspace-eth-connector = { git = "https://github.com/aurora-is-near/aurora-workspace.git", tag="0.4.0" }
aurora-workspace-utils = { git = "https://github.com/aurora-is-near/aurora-workspace.git", tag="0.4.0" }

Expand Down

0 comments on commit a11532a

Please sign in to comment.