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

Commit

Permalink
new: Support proto v0.29. (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Jan 23, 2024
1 parent b543d97 commit 13e81ef
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 77 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.8.0

#### 🚀 Updates

- Updated to support proto v0.29 release.

## 0.7.1

#### 🐞 Fixes
Expand Down
124 changes: 70 additions & 54 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_plugin"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
license = "MIT"
publish = false
Expand All @@ -10,13 +10,13 @@ crate-type = ['cdylib']

[dependencies]
extism-pdk = { version = "1.0.0" }
proto_pdk = { version = "0.14.3" } #, path = "../../proto/crates/pdk" }
proto_pdk = { version = "0.15.1" } #, path = "../../proto/crates/pdk" }
serde = "1.0.195"
toml = "0.8.8"

[dev-dependencies]
proto_pdk_test_utils = { version = "0.16.1" } #, path = "../../proto/crates/pdk-test-utils" }
starbase_sandbox = "0.1.12"
proto_pdk_test_utils = { version = "0.17.2" } #, path = "../../proto/crates/pdk-test-utils" }
starbase_sandbox = "0.1.13"
tokio = { version = "1.35.1", features = ["full"] }

[features]
Expand Down
Loading

0 comments on commit 13e81ef

Please sign in to comment.