Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.53 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.53 KB

WebAssembly for Proxies (Rust SDK)

Build Status Crate Documentation Apache 2.0 License

Examples

Articles & blog posts from the community

Updating dependencies

When updating dependencies, you need to regenerate BUILD files to match updated Cargo.toml:

cargo install cargo-raze --git https://github.com/google/cargo-raze --rev cb9f85d22b1c81cceb9acaf1fa4336c5fc4e6bff
rm -rf bazel/cargo/
cargo generate-lockfile
cargo raze --output=bazel/cargo
mv Cargo.lock bazel/cargo/