Skip to content

Commit

Permalink
Upgrade ring to support arm64 (denoland#8658)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 8, 2020
1 parent 0276282 commit 4e025fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lsp-types = { version = "0.84.0", features = ["proposed"] }
notify = "5.0.0-pre.3"
percent-encoding = "2.1.0"
regex = "1.3.9"
ring = "0.16.15"
ring = "0.16.19"
rustyline = { version = "7.0.0", default-features = false }
rustyline-derive = "0.4.0"
semver-parser = "0.9.0"
Expand Down

0 comments on commit 4e025fd

Please sign in to comment.