Skip to content

Commit

Permalink
Update NGT to 2.1.5, fixes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Nov 14, 2023
1 parent ead7714 commit 5d0a538
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 @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
half = "2"
ngt-sys = { path = "ngt-sys", version = "2.1.3" }
ngt-sys = { path = "ngt-sys", version = "2.1.5" }
num_enum = "0.7"
scopeguard = "1"

Expand Down
2 changes: 1 addition & 1 deletion ngt-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngt-sys"
version = "2.1.3"
version = "2.1.5"
authors = ["Romain Leroux <[email protected]>"]
edition = "2021"
links = "ngt"
Expand Down

0 comments on commit 5d0a538

Please sign in to comment.