Skip to content

Commit

Permalink
fix: bump libradicl patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jun 1, 2022
1 parent 8d160cb commit 8ac479e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ categories = ["command-line-utilities", "science"]
[dependencies]
# for local development, look in the libradicl directory
# but when published, pull the specified version
libradicl = { path = "libradicl", version = "0.4.5" }
libradicl = { path = "libradicl", version = "0.4.6" }
anyhow = "1.0.57"
arrayvec = "0.7.2"
ahash = "0.7.6"
Expand Down
2 changes: 1 addition & 1 deletion libradicl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libradicl"
version = "0.4.5"
version = "0.4.6"
authors = [
"Avi Srivastava <avi.srivastava@nyu.edu>",
"Hirak Sarkar <hirak_sarkar@hms.harvard.edu>",
Expand Down

0 comments on commit 8ac479e

Please sign in to comment.