fn_abi v0.1.2 -> v2.0.0
This commit is contained in:
parent
0b29590eba
commit
9d9d3953ff
|
@ -64,9 +64,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fn_abi"
|
name = "fn_abi"
|
||||||
version = "0.1.2"
|
version = "2.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "13ba31b3c3e35974ab9d1f652867eff7dddc1b0a85d5005f0a9bdb538232cbb3"
|
checksum = "451b828bd3c5f19949222834f58b38c3670604dcaa5f2b7aec50c0cd58f34900"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -109,7 +109,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gmod"
|
name = "gmod"
|
||||||
version = "3.0.1"
|
version = "4.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg_table",
|
"cfg_table",
|
||||||
"cstr",
|
"cstr",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gmod"
|
name = "gmod"
|
||||||
version = "3.0.1"
|
version = "4.0.1"
|
||||||
authors = ["William Venner <william@venner.io>"]
|
authors = ["William Venner <william@venner.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -19,7 +19,7 @@ ctor = "0"
|
||||||
gmod-macros = { version = "0.1.0", path = "../gmod-macros" }
|
gmod-macros = { version = "0.1.0", path = "../gmod-macros" }
|
||||||
|
|
||||||
fn_type_alias = "0"
|
fn_type_alias = "0"
|
||||||
fn_abi = "0"
|
fn_abi = "2"
|
||||||
cfg_table = "0"
|
cfg_table = "0"
|
||||||
null_fn = "0"
|
null_fn = "0"
|
||||||
fn_has_this = "0"
|
fn_has_this = "0"
|
||||||
|
|
Loading…
Reference in New Issue