diff --git a/Cargo.toml b/Cargo.toml index fae009c6b8d2ba15b6ffbda34087afe5b52b0522..0156021e86e5caaea6a2f28f4d63a3883e3980e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "reowolf_rs" -version = "0.1.4" +version = "1.1.0" authors = [ - "Christopher Esterhuyse ", + "Max Henger ", + "Christopher Esterhuyse ", "Hans-Dieter Hiep " ] edition = "2018" @@ -48,4 +49,4 @@ ffi = [] # see src/ffi/mod.rs ffi_pseudo_socket_api = ["ffi", "libc", "os_socketaddr"]# see src/ffi/pseudo_socket_api.rs. endpoint_logging = [] # see src/macros.rs session_optimization = [] # see src/runtime/setup.rs -no_logging = [] # see src/macros.rs \ No newline at end of file +no_logging = [] # see src/macros.rs