diff --git a/Cargo.lock b/Cargo.lock index 7acf8f9..5991e3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1447,7 +1447,7 @@ dependencies = [ [[package]] name = "rugs" -version = "0.4.5-pre" +version = "0.4.5" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 9175428..082f410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rugs" -version = "0.4.5-pre" +version = "0.4.5" authors = ["Jørgen P. Tjernø "] edition = "2021" license = "MIT OR Apache-2.0"