Skip to content

Commit 102d95b

Browse files
authored
build: only use borsh re-exported by near-sdk (#122)
* build: remove unnecessary dependency * Fix version of dependency to downgrade
1 parent 2e601c5 commit 102d95b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ near-plugins = { path = "near-plugins" }
2727
near-plugins-derive = { path = "near-plugins-derive" }
2828
serde = "1"
2929
anyhow = "1.0"
30-
borsh = "0.9"
3130
tokio = { version = "1", features = ["full"] }
3231
near-workspaces = "0.9"
3332
toml = "0.5"

near-plugins-derive/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ proc-macro-crate.workspace = true
1717

1818
[dev-dependencies]
1919
anyhow.workspace = true
20-
borsh.workspace = true
2120
near-plugins.workspace = true
2221
near-sdk.workspace = true
2322
tokio.workspace = true

scripts/fix_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# for some other attempts and how they failed in CI).
1414
cargo update -p anstyle@1.0.4 --precise 1.0.2
1515
cargo update -p anstyle-parse@0.2.2 --precise 0.2.1
16-
cargo update -p clap@4.4.7 --precise 4.3.24
16+
cargo update -p clap@4.4.8 --precise 4.3.24
1717
cargo update -p clap_lex@0.5.1 --precise 0.5.0

0 commit comments

Comments
 (0)