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

Commit

Permalink
deps: Update to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 22, 2023
1 parent 2e2ff75 commit f83c726
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 44 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1

#### ⚙️ Internal

- Updated dependencies.

## 0.3.0

#### 🚀 Updates
Expand Down
136 changes: 100 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ members = ["crates/*"]

[workspace.dependencies]
extism-pdk = "0.3.4"
proto_pdk = { version = "0.7.1" } # , path = "../../proto/crates/pdk" }
proto_pdk_api = { version = "0.7.1" } # , path = "../../proto/crates/pdk-api" }
proto_pdk_test_utils = { version = "0.6.2" } # , path = "../../proto/crates/pdk-test-utils" }
proto_pdk = { version = "0.7.3" } # , path = "../../proto/crates/pdk" }
proto_pdk_api = { version = "0.7.2" } # , path = "../../proto/crates/pdk-api" }
proto_pdk_test_utils = { version = "0.7.1" } # , path = "../../proto/crates/pdk-test-utils" }
serde = "1.0.188"
serde_json = "1.0.105"
serde_json = "1.0.107"
starbase_sandbox = "0.1.10"
tokio = "1.32.0"

[profile.release]
codegen-units = 1
debug = false
lto = true
opt-level = "s"
panic = "abort"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Node.js, npm, pnpm, and yarn WASM plugins for [proto](https://github.com/moonrep

```shell
proto install node
proto install npm
```

## Post-install hook
Expand Down
2 changes: 1 addition & 1 deletion crates/node-depman/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node_depman_plugin"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node_plugin"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
publish = false
Expand Down
4 changes: 2 additions & 2 deletions crates/node/tests/versions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ generate_resolve_versions_tests!("node-test", {
"10.1" => "10.1.0",
"lts-gallium" => "16.20.2",
"lts/fermium" => "14.21.3",
"stable" => "18.17.1",
"node" => "20.6.1",
"stable" => "18.18.0",
"node" => "20.7.0",
});

#[test]
Expand Down

0 comments on commit f83c726

Please sign in to comment.