Skip to content

Commit

Permalink
chore: bump to 0.4.0 (#363)
Browse files Browse the repository at this point in the history
* chore: bump to 0.4.0

Signed-off-by: Jiaxiao Zhou <[email protected]>

* bump rand to 0.8.5 in slight

Signed-off-by: Jiaxiao Zhou <[email protected]>

---------

Signed-off-by: Jiaxiao Zhou <[email protected]>
  • Loading branch information
Mossaka authored Mar 16, 2023
1 parent c7f6c72 commit bc857ab
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 @@ -54,7 +54,7 @@ http-server = ["dep:slight-http-server"]
http-client = ["dep:slight-http-client"]

[workspace.package]
version = "0.3.3"
version = "0.4.0"
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 spidey@v0.3.3 rust && cd spidey
slight new -n spidey@v0.4.0 rust && cd spidey
# ^^^ starts a new rust project under SpiderLightning's v0.1.0 spec
# use: `slight new -n spidey@v0.3.3 c` to start a new c project
# use: `slight new -n spidey@v0.4.0 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.3" }
slight-http-handler-macro = { git = "https://github.com/deislabs/spiderlightning", tag = "v0.4.0" }
# ^^^ Macro for creating http request handlers when using SpiderLightning's http interface

[workspace]

0 comments on commit bc857ab

Please sign in to comment.