Skip to content

Commit

Permalink
Revert "test: test nearcore crates patched versions from `nagisa/ma…
Browse files Browse the repository at this point in the history
…kes-runtimes-non-default`"

This reverts commit 22aedbf.
  • Loading branch information
dj8yf0μl committed Jan 15, 2024
1 parent 22aedbf commit 0c4e0ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions near-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ near-token = { version = "0.2.0", features = ["serde", "borsh"] }


[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
near-vm-runner = { version = "0.0.0", git = "https://github.com/near/nearcore", branch = "nagisa/makes-runtimes-non-default", optional = true }
near-primitives-core = { version = "0.0.0", git = "https://github.com/near/nearcore", branch = "nagisa/makes-runtimes-non-default", optional = true }
near-primitives = { version = "0.0.0", git = "https://github.com/near/nearcore", branch = "nagisa/makes-runtimes-non-default", optional = true }
near-crypto = { version = "0.0.0", git = "https://github.com/near/nearcore", branch = "nagisa/makes-runtimes-non-default", optional = true }
near-parameters = { version = "0.0.0", git = "https://github.com/near/nearcore", branch = "nagisa/makes-runtimes-non-default", optional = true }
near-vm-runner = { version = "0.19", default_features = false, optional = true }
near-primitives-core = { version = "0.19", optional = true }
near-primitives = { version = "0.19", optional = true }
near-crypto = { version = "0.19", optional = true }
near-parameters = { version = "0.19", optional = true }

[dev-dependencies]
rand = "0.8.4"
Expand Down

0 comments on commit 0c4e0ef

Please sign in to comment.