From 5d0a538c3bbc84453ff5072e712742e1248f4b8b Mon Sep 17 00:00:00 2001 From: Caleb Hattingh Date: Tue, 14 Nov 2023 14:09:06 +0100 Subject: [PATCH] Update NGT to 2.1.5, fixes #17 --- Cargo.toml | 2 +- ngt-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a65fdf..6f8c8cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/ngt-sys/Cargo.toml b/ngt-sys/Cargo.toml index b2a97e5..979473f 100644 --- a/ngt-sys/Cargo.toml +++ b/ngt-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngt-sys" -version = "2.1.3" +version = "2.1.5" authors = ["Romain Leroux "] edition = "2021" links = "ngt"