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 9674d96 commit 2c22200
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 31 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.2

#### ⚙️ Internal

- Updated dependencies.

## 0.3.1

#### 🐞 Fixes
Expand Down
146 changes: 120 additions & 26 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schema_plugin"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "MIT"
publish = false
Expand All @@ -10,16 +10,19 @@ crate-type = ['cdylib']

[dependencies]
extism-pdk = "0.3.4"
proto_pdk = { version = "0.7.2" } # , path = "../../proto/crates/pdk" }
proto_pdk = { version = "0.7.3" } # , path = "../../proto/crates/pdk" }
regex = "1.9.5"
serde = "1.0.188"
serde_json = "1.0.107"

[dev-dependencies]
proto_pdk_test_utils = { version = "0.7.0" } # , path = "../../proto/crates/pdk-test-utils" }
proto_pdk_test_utils = { version = "0.7.2", features = ["schema"] }
starbase_sandbox = "0.1.10"
tokio = "1.32.0"

[profile.release]
codegen-units = 1
debug = false
lto = true
opt-level = "s"
panic = "abort"
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default"
channel = "1.72.0"
channel = "1.72.1"
2 changes: 1 addition & 1 deletion tests/versions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generate_resolve_versions_tests!(
"1.0" => "1.0.3",
"1.4" => "1.4.0",
"1.5" => "1.5.1",
"1" => "1.13.3",
"1" => "1.13.5",
},
Some(locate_fixture("schemas").join("base.toml"))
);
Expand Down

0 comments on commit 2c22200

Please sign in to comment.