Skip to content

Commit

Permalink
chore: Set orbweaver-rs to one_to_many commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Oct 17, 2024
1 parent 41b6286 commit 3611c8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/rust/Cargo.lock

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

4 changes: 2 additions & 2 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.14.0'
version = '0.15.0'
edition = '2021'

[lib]
Expand All @@ -9,7 +9,7 @@ name = 'orbweaver_r'

[dependencies]
extendr-api = { version = "0.7", features = ["serde"] }
orbweaver = { version = "0.14.0" }
orbweaver = { git = "https://github.com/ixpantia/orbweaver-rs.git", rev = "b397ad8aa389bcc17aef17593302adb7af765c21" }

# This will help us filter the platforms
# we support to make the final bundle size
Expand Down
5 changes: 5 additions & 0 deletions src/rust/vendor-config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[source.crates-io]
replace-with = "vendored-sources"

[source."git+https://github.com/ixpantia/orbweaver-rs.git?rev=b397ad8aa389bcc17aef17593302adb7af765c21"]
git = "https://github.com/ixpantia/orbweaver-rs.git"
rev = "b397ad8aa389bcc17aef17593302adb7af765c21"
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
Binary file modified src/rust/vendor.tar.xz
Binary file not shown.

0 comments on commit 3611c8a

Please sign in to comment.