diff --git a/gmod/Cargo.toml b/gmod/Cargo.toml index c331ac4..5eabff5 100644 --- a/gmod/Cargo.toml +++ b/gmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gmod" -version = "13.0.0" +version = "14.0.0" authors = ["William Venner "] 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"