Skip to content

Commit

Permalink
Merge pull request #19 from cjrh/update-ngt-2.1.5
Browse files Browse the repository at this point in the history
Update NGT to 2.1.5, fixes #17
  • Loading branch information
lerouxrgd authored Nov 19, 2023
2 parents ead7714 + 5d0a538 commit 4bca544
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 4bca544

Please sign in to comment.