packages feed

extism 1.2.0.1 → 1.2.0.2

raw patch · 3 files changed

+13/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ Cargo.toml view
@@ -0,0 +1,10 @@+[package]+name = "extism-hs"+version = "0.1.0"+edition = "2021"++[lib]+crate-type = ["staticlib"]++[dependencies]+extism = "1.2"
extism.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               extism-version:            1.2.0.1+version:            1.2.0.2 license:            BSD-3-Clause maintainer:         oss@extism.org author:             Extism authors@@ -9,7 +9,7 @@ description:        Bindings to Extism, the universal plugin system category:           Plugins, WebAssembly extra-doc-files: cabal.project README.md CHANGELOG.md-extra-source-files: scripts/download-or-build.sh+extra-source-files: Cargo.toml src/lib.rs scripts/download-or-build.sh  build-type:         Custom custom-setup
+ src/lib.rs view
@@ -0,0 +1,1 @@+pub use extism::sdk::*;