Update gmserverplugin

This commit is contained in:
William Venner 2022-01-27 19:04:35 +00:00
parent e6018a1898
commit aeb8aef070
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "gmod" name = "gmod"
version = "13.0.0" version = "14.0.0"
authors = ["William Venner <william@venner.io>"] authors = ["William Venner <william@venner.io>"]
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
@ -17,7 +17,7 @@ gmcl = ["gmod-macros/gmcl"]
[dependencies] [dependencies]
gmod-macros = { version = "2.0.1", path = "../gmod-macros" } gmod-macros = { version = "2.0.1", path = "../gmod-macros" }
gmserverplugin = { version = "1", optional = true } gmserverplugin = { version = "2", optional = true }
libloading = "0" libloading = "0"
cstr = "0" cstr = "0"