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

Commit 9b2451a

Browse files
authored
new: Support proto v0.17. (#9)
1 parent 52bc97a commit 9b2451a

File tree

13 files changed

+320
-83
lines changed

13 files changed

+320
-83
lines changed

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
#### 🚀 Updates
6+
7+
- Added support for installing the canary release (when applicable).
8+
- Brought back support for detecting a version from `package.json` engines.
9+
- Updated to support proto v0.17 release.
10+
311
## 0.2.1
412

513
#### 🚀 Updates

Cargo.lock

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

Cargo.toml

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

55
[workspace.dependencies]
66
extism-pdk = "0.3.4"
7-
proto_pdk = { version = "0.6.5" } # , path = "../../proto/crates/pdk" }
8-
proto_pdk_api = { version = "0.6.3" } # , path = "../../proto/crates/pdk-api" }
9-
proto_pdk_test_utils = { version = "0.5.9" } # , path = "../../proto/crates/pdk-test-utils" }
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" }
1010
serde = "1.0.188"
1111
serde_json = "1.0.105"
12-
starbase_sandbox = "0.1.8"
12+
starbase_sandbox = "0.1.10"
1313
tokio = "1.32.0"
1414

1515
[profile.release]
16+
codegen-units = 1
1617
lto = true
17-
opt-level = "s"

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.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "MIT"
66
publish = false

0 commit comments

Comments
 (0)