Update gmserverplugin
This commit is contained in:
parent
e6018a1898
commit
aeb8aef070
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gmod"
|
||||
version = "13.0.0"
|
||||
version = "14.0.0"
|
||||
authors = ["William Venner <william@venner.io>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
@ -17,7 +17,7 @@ gmcl = ["gmod-macros/gmcl"]
|
|||
|
||||
[dependencies]
|
||||
gmod-macros = { version = "2.0.1", path = "../gmod-macros" }
|
||||
gmserverplugin = { version = "1", optional = true }
|
||||
gmserverplugin = { version = "2", optional = true }
|
||||
|
||||
libloading = "0"
|
||||
cstr = "0"
|
||||
|
|
Loading…
Reference in New Issue