diff --git a/Cargo.toml b/Cargo.toml index 311dee9..b6ae178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "base64-url" -version = "2.0.0" +version = "2.0.2" authors = ["Magic Len "] edition = "2021" rust-version = "1.57" @@ -17,4 +17,4 @@ base64 = { version = "0.21", default-features = false, features = ["alloc"] } [features] default = ["std"] -std = ["base64/std"] \ No newline at end of file +std = ["base64/std"] # Only for the `base64` crate itself. This crate doesn't use the `std` feature. \ No newline at end of file