Update cfg_table

This commit is contained in:
William Venner 2021-11-26 18:51:58 +00:00
parent 007d5e813d
commit 44852b8fad
2 changed files with 11 additions and 5 deletions

12
Cargo.lock generated
View File

@ -26,6 +26,12 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f3690291e34881a89ceb8e80802f1582f29b1361fd476eeefb4e89dd6a121e" checksum = "49f3690291e34881a89ceb8e80802f1582f29b1361fd476eeefb4e89dd6a121e"
[[package]]
name = "cfg_table"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78518bef4e5cc70a69a0bd1905594f8033b2f7492c9d7c0f173208c0945c30a2"
[[package]] [[package]]
name = "cstr" name = "cstr"
version = "0.2.9" version = "0.2.9"
@ -113,7 +119,7 @@ version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "715c1eec3ce86b2871086e9577f6e6a68ea1e58a188422826d50d18f3d15d0e4" checksum = "715c1eec3ce86b2871086e9577f6e6a68ea1e58a188422826d50d18f3d15d0e4"
dependencies = [ dependencies = [
"cfg_table", "cfg_table 0.1.1",
"cstr", "cstr",
"ctor", "ctor",
"detour", "detour",
@ -129,9 +135,9 @@ dependencies = [
[[package]] [[package]]
name = "gmod" name = "gmod"
version = "9.1.0" version = "10.0.0"
dependencies = [ dependencies = [
"cfg_table", "cfg_table 1.0.0",
"cstr", "cstr",
"ctor", "ctor",
"detour", "detour",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "gmod" name = "gmod"
version = "9.1.0" version = "10.0.0"
authors = ["William Venner <william@venner.io>"] authors = ["William Venner <william@venner.io>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
@ -28,6 +28,6 @@ skidscan = { version = "2", optional = true }
fn_type_alias = { version = "0", optional = true } fn_type_alias = { version = "0", optional = true }
fn_abi = { version = "2", optional = true } fn_abi = { version = "2", optional = true }
cfg_table = { version = "0", optional = true } cfg_table = { version = "1", optional = true }
null_fn = { version = "0", optional = true } null_fn = { version = "0", optional = true }
fn_has_this = { version = "0", optional = true } fn_has_this = { version = "0", optional = true }