diff --git a/DESCRIPTION b/DESCRIPTION index e307ae9..e632936 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: orbweaver Title: Fast and Efficient Graph Data Structures -Version: 0.12.0 +Version: 0.14.0 Authors@R: c(person(given = "ixpantia, SRL", role = "cph", diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 85afa99..912803e 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -132,9 +132,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "orbweaver" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "127db26fbe29949b5be85e13744f53c3c5621d52f481fff9d9d44c2d6dd4980f" +checksum = "a98bf79ee172c496812a2af7db09961853cded11b8ff0be361dfb78ccb8eef82" dependencies = [ "flate2", "fxhash", @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "orbweaver_r" -version = "0.13.0" +version = "0.14.0" dependencies = [ "extendr-api", "orbweaver", diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 48d22f0..ae6a4f6 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'orbweaver_r' -version = '0.13.0' +version = '0.14.0' edition = '2021' [lib] @@ -9,8 +9,7 @@ name = 'orbweaver_r' [dependencies] extendr-api = { version = "0.7", features = ["serde"] } -orbweaver = { version = "0.13.0" } -#orbweaver = { git = "https://github.com/ixpantia/orbweaver-rs.git", branch = "main" } +orbweaver = { version = "0.14.0" } # This will help us filter the platforms # we support to make the final bundle size diff --git a/src/rust/vendor.tar.xz b/src/rust/vendor.tar.xz index 360c09c..0b726e0 100644 Binary files a/src/rust/vendor.tar.xz and b/src/rust/vendor.tar.xz differ