diff --git a/Cargo.lock b/Cargo.lock index 830f066..a58c64f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "unbug" -version = "0.2.0" +version = "0.3.0" dependencies = [ "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index a669b5b..a3c1754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unbug" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "A crate to programmatically invoke debugging breakpoints with helping macros" repository = "https://github.com/greymattergames/unbug"