Update skidscan again

This commit is contained in:
William Venner 2021-10-25 17:11:55 +01:00
parent ca674512f7
commit 6ef267d2ed
2 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -109,7 +109,7 @@ dependencies = [
[[package]] [[package]]
name = "gmod" name = "gmod"
version = "7.0.0" version = "7.0.1"
dependencies = [ dependencies = [
"cfg_table", "cfg_table",
"cstr", "cstr",
@ -255,9 +255,9 @@ checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
[[package]] [[package]]
name = "skidscan" name = "skidscan"
version = "1.0.0" version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bee038c26dc00687b748727c823c9a08f4393c6b5bda67911dec9d4ae35dc215" checksum = "60c2b7c0d9358c69c16b05037d80ffc810655ea7a2625beeb8af8a8b37126768"
dependencies = [ dependencies = [
"libc", "libc",
"skidscan-macros", "skidscan-macros",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "gmod" name = "gmod"
version = "7.0.0" version = "7.0.1"
authors = ["William Venner <william@venner.io>"] authors = ["William Venner <william@venner.io>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
@ -12,7 +12,7 @@ categories = ["api-bindings", "external-ffi-bindings", "game-development", "deve
[dependencies] [dependencies]
libloading = "0" libloading = "0"
detour = "0" detour = "0"
skidscan = "1" skidscan = "2"
cstr = "0" cstr = "0"
lazy_static = "1" lazy_static = "1"
ctor = "0" ctor = "0"