Skip to content

Commit

Permalink
Use vendored flatbuffer compiler by default
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Oct 24, 2024
1 parent dbd1225 commit 7c3b576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --features flatbuffers-build/vendored # build flatc in CI with vendored feature
- run: cargo test

# Check formatting with rustfmt
formatting:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rand = "0.8.5"
criterion = "0.5.1"

[build-dependencies]
flatbuffers-build = { git = "https://github.com/emesare/flatbuffers-build" }
flatbuffers-build = { git = "https://github.com/emesare/flatbuffers-build", features = ["vendored"] }

[profile.release]
panic = "abort"
Expand Down

0 comments on commit 7c3b576

Please sign in to comment.