Skip to content

Commit

Permalink
updated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna-a2ai committed Feb 13, 2024
1 parent 25d7fde commit e08303e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 26 deletions.
40 changes: 15 additions & 25 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 @@ -8,7 +8,7 @@ crate-type = [ 'staticlib' ]
name = 'blake3r'

[dependencies]
extendr-api = '*'
extendr-api = "0.6.0"
blake3 = { version = "1.4", features = ["rayon"] }
memmap2 = "0.7.1"
rayon = "1.7.0"

0 comments on commit e08303e

Please sign in to comment.