Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit f83c726

Browse files
committed
deps: Update to latest.
1 parent 2e2ff75 commit f83c726

File tree

7 files changed

+118
-44
lines changed

7 files changed

+118
-44
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
#### ⚙️ Internal
6+
7+
- Updated dependencies.
8+
39
## 0.3.0
410

511
#### 🚀 Updates

Cargo.lock

Lines changed: 100 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ members = ["crates/*"]
44

55
[workspace.dependencies]
66
extism-pdk = "0.3.4"
7-
proto_pdk = { version = "0.7.1" } # , path = "../../proto/crates/pdk" }
8-
proto_pdk_api = { version = "0.7.1" } # , path = "../../proto/crates/pdk-api" }
9-
proto_pdk_test_utils = { version = "0.6.2" } # , path = "../../proto/crates/pdk-test-utils" }
7+
proto_pdk = { version = "0.7.3" } # , path = "../../proto/crates/pdk" }
8+
proto_pdk_api = { version = "0.7.2" } # , path = "../../proto/crates/pdk-api" }
9+
proto_pdk_test_utils = { version = "0.7.1" } # , path = "../../proto/crates/pdk-test-utils" }
1010
serde = "1.0.188"
11-
serde_json = "1.0.105"
11+
serde_json = "1.0.107"
1212
starbase_sandbox = "0.1.10"
1313
tokio = "1.32.0"
1414

1515
[profile.release]
1616
codegen-units = 1
17+
debug = false
1718
lto = true
19+
opt-level = "s"
20+
panic = "abort"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Node.js, npm, pnpm, and yarn WASM plugins for [proto](https://github.com/moonrep
44

55
```shell
66
proto install node
7+
proto install npm
78
```
89

910
## Post-install hook

crates/node-depman/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node_depman_plugin"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT"
66
publish = false

crates/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node_plugin"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT"
66
publish = false

crates/node/tests/versions_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ generate_resolve_versions_tests!("node-test", {
66
"10.1" => "10.1.0",
77
"lts-gallium" => "16.20.2",
88
"lts/fermium" => "14.21.3",
9-
"stable" => "18.17.1",
10-
"node" => "20.6.1",
9+
"stable" => "18.18.0",
10+
"node" => "20.7.0",
1111
});
1212

1313
#[test]

0 commit comments

Comments
 (0)