Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 2fc0beb

Browse files
authored
bump to v0.5.1 (#405)
Signed-off-by: danbugs <[email protected]>
1 parent 6934d48 commit 2fc0beb

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ http-server = ["dep:slight-http-server"]
5656
http-client = ["dep:slight-http-client"]
5757

5858
[workspace.package]
59-
version = "0.5.0"
59+
version = "0.5.1"
6060
authors = ["DeisLabs Engineering Team"]
6161
edition = "2021"
6262
license = "MIT"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon
3939
### JS
4040

4141
```sh
42-
slight new -n [email protected].0 js && cd spidey
43-
# ^^^ starts a new js project under SpiderLightning's v0.5.0 spec
42+
slight new -n [email protected].1 js && cd spidey
43+
# ^^^ starts a new js project under SpiderLightning's v0.5.1 spec
4444

4545
slight buildjs -e slightjs_engine.wasm -o main.wasm src/main.js
4646
# ^^^ builds the js application
@@ -54,8 +54,8 @@ slight -c slightfile.toml run main.wasm -l
5454
### C
5555

5656
```sh
57-
slight new -n [email protected].0 c && cd spidey
58-
# ^^^ starts a new c project under SpiderLightning's v0.5.0 spec
57+
slight new -n [email protected].1 c && cd spidey
58+
# ^^^ starts a new c project under SpiderLightning's v0.5.1 spec
5959

6060
# you might want to install wasi-sdk dependencies...
6161
# on unix, run:
@@ -76,8 +76,8 @@ slight -c slightfile.toml run spidey.wasm
7676
### Rust
7777

7878
```sh
79-
slight new -n [email protected].0 rust && cd spidey
80-
# ^^^ starts a new rust project under SpiderLightning's v0.5.0 spec
79+
slight new -n [email protected].1 rust && cd spidey
80+
# ^^^ starts a new rust project under SpiderLightning's v0.5.1 spec
8181

8282
cargo build --target wasm32-wasi
8383

templates/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ wit-bindgen-rust = { git = "https://github.com/fermyon/wit-bindgen-backport" }
1212
# ^^^ A language binding generator for WebAssembly interface types
1313
wit-error-rs = { git = "https://github.com/danbugs/wit-error-rs", rev = "05362f1a4a3a9dc6a1de39195e06d2d5d6491a5e" }
1414
# ^^^ Convenience error-related trait implementations for types generated from a wit-bindgen import
15-
slight-http-handler-macro = { git = "https://github.com/deislabs/spiderlightning", tag = "v0.5.0" }
15+
slight-http-handler-macro = { git = "https://github.com/deislabs/spiderlightning", tag = "v0.5.1" }
1616
# ^^^ Macro for creating http request handlers when using SpiderLightning's http interface
1717

1818
[workspace]

0 commit comments

Comments
 (0)