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

Commit

Permalink
deps: Update deps for v0.28. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Jan 12, 2024
1 parent 9e5e1a2 commit b7e7063
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ jobs:
- uses: moonrepo/setup-rust@v1
with:
cache: false
- uses: moonrepo/build-proto-plugin@v0
- id: build
uses: moonrepo/build-wasm-plugin@v0
- if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
uses: ncipollo/release-action@v1
with:
artifacts: builds/*
artifactErrorsFailBuild: true
body: ${{ steps.build.outputs.changelog-entry }}
makeLatest: true
prerelease: ${{ contains(github.ref_name, '-alpha') || contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc') }}
skipIfReleaseExists: true
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ crate-type = ['cdylib']

[dependencies]
extism-pdk = "1.0.0"
proto_pdk = { version = "0.14.0" } #, path = "../../proto/crates/pdk" }
proto_pdk = { version = "0.14.2" } #, path = "../../proto/crates/pdk" }
regex = { version = "1.10.2", default-features = false, features = ["std"] }
serde = "1.0.195"
serde_json = "1.0.111"

[dev-dependencies]
proto_pdk_test_utils = { version = "0.16.0", features = [
proto_pdk_test_utils = { version = "0.16.1", features = [
"schema",
] } #, path = "../../proto/crates/pdk-test-utils" }
starbase_sandbox = "0.1.12"
Expand Down
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.3" => "1.0.3",
"1.4" => "1.4.0",
"1.5" => "1.5.1",
"1" => "1.19.2",
"1" => "1.19.3",
},
Some(locate_fixture("schemas").join("base.toml"))
);
Expand Down

0 comments on commit b7e7063

Please sign in to comment.