Skip to content

Commit

Permalink
Fix rust example
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Sep 11, 2024
1 parent 103934f commit 7d5f43e
Show file tree
Hide file tree
Showing 2 changed files with 5,003 additions and 4,999 deletions.
1 change: 1 addition & 0 deletions rust-examples/04-ffi/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module(

# https://github.com/bazelbuild/rules_rust/releases
bazel_dep(name = "rules_rust", version = "0.47.1")
bazel_dep(name = "rules_cc", version = "0.0.9")

# Rust toolchain
RUST_EDITION = "2021"
Expand Down
Loading

0 comments on commit 7d5f43e

Please sign in to comment.