Skip to content

Commit

Permalink
chore: Update dependencies in Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
virajbhartiya committed Nov 22, 2024
1 parent 22f3500 commit 76a642a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions examples/factory-contract/high-level/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ crate-type = ["cdylib"]

[dependencies]
near-sdk = { path = "../../../near-sdk" }
[build-dependencies]
cargo-near-build = { version = "0.3.0", features = ["build_script"] }

[dev-dependencies]
near-sdk = { path = "../../../near-sdk", features = ["unit-testing"] }
2 changes: 0 additions & 2 deletions examples/factory-contract/low-level/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ crate-type = ["cdylib"]

[dependencies]
near-sdk = { path = "../../../near-sdk" }
[build-dependencies]
cargo-near-build = { version = "0.3.0", features = ["build_script"] }

[dev-dependencies]
near-sdk = { path = "../../../near-sdk", features = ["unit-testing"] }
1 change: 0 additions & 1 deletion examples/fungible-token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ anyhow = "1.0"
near-sdk = { path = "../../near-sdk", features = ["unit-testing"] }
tokio = { version = "1.14", features = ["full"] }
near-workspaces = { version = "0.15", features = ["unstable"] }
cargo-near-build = "0.3.1"
rstest = "0.23.0"

[profile.release]
Expand Down
1 change: 0 additions & 1 deletion examples/lockable-fungible-token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ anyhow = "1.0"
tokio = { version = "1.14", features = ["full"] }
near-sdk = { path = "../../near-sdk", features = ["unit-testing"] }
near-workspaces = { version = "0.15", features = ["unstable"] }
cargo-near-build = "0.3.1"
rstest = "0.23.0"

[profile.release]
Expand Down
1 change: 0 additions & 1 deletion examples/non-fungible-token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ near-sdk = { path = "../../near-sdk", features = ["unit-testing"] }
tokio = { version = "1.14", features = ["full"] }
near-workspaces = { version = "0.15", features = ["unstable"] }
rstest = "0.23.0"
cargo-near-build = "0.3.1"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 76a642a

Please sign in to comment.