Skip to content

Commit

Permalink
chore: Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jul 6, 2024
1 parent 4b9cdb3 commit 41b6286
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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.12.0
Version: 0.14.0
Authors@R:
c(person(given = "ixpantia, SRL",
role = "cph",
Expand Down
6 changes: 3 additions & 3 deletions src/rust/Cargo.lock

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

5 changes: 2 additions & 3 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'orbweaver_r'
version = '0.13.0'
version = '0.14.0'
edition = '2021'

[lib]
Expand All @@ -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
Expand Down
Binary file modified src/rust/vendor.tar.xz
Binary file not shown.

0 comments on commit 41b6286

Please sign in to comment.