Skip to content

Commit

Permalink
bump to 0.3.3 (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao Zhou <[email protected]>
  • Loading branch information
Mossaka committed Mar 7, 2023
1 parent 498aeb3 commit 846ec65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ http-server = ["dep:slight-http-server"]
http-client = ["dep:slight-http-client"]

[workspace.package]
version = "0.3.2"
version = "0.3.3"
authors = ["DeisLabs Engineering Team"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon
`slight` relies on a WIT bindings generator [wit-bindgen v0.2.0](https://github.com/bytecodealliance/wit-bindgen), and currently only supports C and Rust applications. We are planning to add more language supports, such as Go and JavaScript/TypeScript.

```sh
slight new -n [email protected].2 rust && cd spidey
slight new -n [email protected].3 rust && cd spidey
# ^^^ starts a new rust project under SpiderLightning's v0.1.0 spec
# use: `slight new -n [email protected].2 c` to start a new c project
# use: `slight new -n [email protected].3 c` to start a new c project

cargo build --target wasm32-wasi
# ^^^ for c...
Expand Down
2 changes: 1 addition & 1 deletion templates/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ wit-bindgen-rust = { git = "https://github.com/fermyon/wit-bindgen-backport" }
# ^^^ A language binding generator for WebAssembly interface types
wit-error-rs = { git = "https://github.com/danbugs/wit-error-rs", rev = "05362f1a4a3a9dc6a1de39195e06d2d5d6491a5e" }
# ^^^ Convenience error-related trait implementations for types generated from a wit-bindgen import
slight-http-handler-macro = { git = "https://github.com/deislabs/spiderlightning", tag = "v0.3.2" }
slight-http-handler-macro = { git = "https://github.com/deislabs/spiderlightning", tag = "v0.3.3" }
# ^^^ Macro for creating http request handlers when using SpiderLightning's http interface

[workspace]

0 comments on commit 846ec65

Please sign in to comment.