Skip to content

Commit

Permalink
fix: Fixes error when subsetting graph with OW 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jun 14, 2024
1 parent 232d47f commit 2a5a949
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: orbweaver
Title: Fast and Efficient Graph Data Structures
Version: 0.10.2
Version: 0.10.4
Authors@R:
c(person(given = "ixpantia, SRL",
role = "cph",
Expand All @@ -25,7 +25,9 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/rextendr/version: 0.3.1.9000
SystemRequirements: Cargo (Rust's package manager), rustc
SystemRequirements: Cargo (Rust's package manager) >= 1.70, rustc >= 1.70
Depends:
R (>= 4.2.0)
Imports:
glue,
rlang
Expand Down
4 changes: 2 additions & 2 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = 'orbweaver'
[dependencies]
# extendr-api = { version = "0.6", features = ["serde"] }
extendr-api = { git = "https://github.com/extendr/extendr.git", rev = "cb85a21a90c3fcb538a40fcea03058454edb3dac" }
orbweaver = { version = "0.10.1" }
orbweaver = { version = "0.10.4" }

# This will help us filter the platforms
# we support to make the final bundle size
Expand Down
Binary file modified src/rust/vendor.tar.xz
Binary file not shown.

0 comments on commit 2a5a949

Please sign in to comment.