From bc58cb67469f8bd5d013e47d274f9fcb1a6fb4a3 Mon Sep 17 00:00:00 2001 From: jabu Date: Sat, 31 Aug 2024 10:42:01 -0500 Subject: [PATCH] 0.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdbac9a..4272693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "rusty_enet" -version = "0.3.2" +version = "0.3.3" dependencies = [ "js-sys", "rand", diff --git a/Cargo.toml b/Cargo.toml index 8d01e2d..6122383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_enet" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "ENet for Rust (and wasm!) transpiled from C." homepage = "https://github.com/jabuwu/rusty_enet"