Skip to content

Commit

Permalink
Use cc v1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Jan 12, 2025
1 parent a4a9235 commit e5dde34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wasm_and_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
mv savvy-macro/ ./R-package/src/savvy/
mv savvy-bindgen/ ./R-package/src/savvy/
mv savvy-ffi/ ./R-package/src/savvy/
# TODO: workaround for https://github.com/yutannihilation/savvy/issues/335
pushd ./R-package/src/rust
cargo update
cargo update cc --precise 1.2.7
shell: bash

- name: Build wasm packages
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use-custom-error = []
savvy-test = []

[build-dependencies]
cc = "1"
cc = "1.2.9" # 1.2.8 had a problem with webr build

[package.metadata.docs.rs]
features = ["complex", "altrep", "logger"]
Expand Down

0 comments on commit e5dde34

Please sign in to comment.