Skip to content

Commit

Permalink
Update Cargo.toml (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mossaka authored Feb 27, 2023
1 parent 35bdde9 commit 5ec5324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/bytecodealliance/wit-bindgen", ta
# ^^^ 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 = "0.3.2" }
slight-http-handler-macro = { git = "https://github.com/deislabs/spiderlightning", tag = "v0.3.2" }
# ^^^ Macro for creating http request handlers when using SpiderLightning's http interface

[workspace]
[workspace]

0 comments on commit 5ec5324

Please sign in to comment.