Compare commits

...

2 Commits

Author SHA1 Message Date
Benjamin Eckel
1b30478ccc chore: bump-rust-sdk 2023-09-21 10:21:23 -05:00
Benjamin Eckel
14d7eae99c ignore already published 2023-09-21 10:15:12 -05:00
2 changed files with 2 additions and 3 deletions

View File

@@ -33,8 +33,7 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_API_TOKEN }}
run: |
cargo publish --manifest-path runtime/Cargo.toml --no-verify
#cargo publish --manifest-path runtime/Cargo.toml --no-verify
cargo publish --manifest-path rust/Cargo.toml

View File

@@ -1,6 +1,6 @@
[package]
name = "extism"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
authors = ["The Extism Authors", "oss@extism.org"]
license = "BSD-3-Clause"