Skip to content

Commit

Permalink
remove vendor filter
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Jul 1, 2024
1 parent 37d8c58 commit c21ff15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,6 @@ base64 = "0.21.7"
extendr-api = { version = "0.7.0", features = ["either"] }
itertools = "0.12.0"

# See https://github.com/ixpantia/orbweaver-r/blob/main/src/rust/Cargo.toml
[package.metadata.vendor-filter]
platforms = [
# Linux
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
# Windows
"x86_64-pc-windows-gnu",
# MacOS
"x86_64-apple-darwin",
"aarch64-apple-darwin",

]

[profile.release]
lto = true
codegen-units = 1
Binary file modified src/rust/vendor.tar.xz
Binary file not shown.

0 comments on commit c21ff15

Please sign in to comment.