From 6ef267d2ed9d7f70b8414b180076e4703e29e524 Mon Sep 17 00:00:00 2001 From: William Venner Date: Mon, 25 Oct 2021 17:11:55 +0100 Subject: [PATCH] Update skidscan again --- Cargo.lock | 6 +++--- gmod/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53847a4..6add894 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "gmod" -version = "7.0.0" +version = "7.0.1" dependencies = [ "cfg_table", "cstr", @@ -255,9 +255,9 @@ checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" [[package]] name = "skidscan" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee038c26dc00687b748727c823c9a08f4393c6b5bda67911dec9d4ae35dc215" +checksum = "60c2b7c0d9358c69c16b05037d80ffc810655ea7a2625beeb8af8a8b37126768" dependencies = [ "libc", "skidscan-macros", diff --git a/gmod/Cargo.toml b/gmod/Cargo.toml index c1a6893..8e63f58 100644 --- a/gmod/Cargo.toml +++ b/gmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gmod" -version = "7.0.0" +version = "7.0.1" authors = ["William Venner "] edition = "2018" license = "MIT" @@ -12,7 +12,7 @@ categories = ["api-bindings", "external-ffi-bindings", "game-development", "deve [dependencies] libloading = "0" detour = "0" -skidscan = "1" +skidscan = "2" cstr = "0" lazy_static = "1" ctor = "0"