Skip to content

Commit

Permalink
Update to extendr-api v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jun 25, 2024
1 parent d57c5ab commit 7b3010b
Show file tree
Hide file tree
Showing 12 changed files with 713 additions and 75 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rust-analyzer.linkedProjects": ["src/rust/Cargo.toml"]
}
3 changes: 2 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ $(STATLIB):
if [ "$(NOT_CRAN)" != "true" ]; then \
export CARGO_HOME=$(CARGOTMP); \
fi && \
cargo build --lib --release --offline --config rust/config/cargo-config.toml --manifest-path=./rust/Cargo.toml --target-dir $(TARGET_DIR) -j 2
cargo build --lib --release --config rust/config/cargo-config.toml --manifest-path=./rust/Cargo.toml --target-dir $(TARGET_DIR)
#cargo build --lib --release --offline --config rust/config/cargo-config.toml --manifest-path=./rust/Cargo.toml --target-dir $(TARGET_DIR)

if [ "$(NOT_CRAN)" != "true" ]; then \
rm -Rf $(CARGOTMP) && \
Expand Down
Loading

0 comments on commit 7b3010b

Please sign in to comment.