From 7fdb50c959c18b892b3e433913c218ff224890f9 Mon Sep 17 00:00:00 2001 From: Magic Len Date: Sun, 24 Dec 2023 08:32:35 +0800 Subject: [PATCH] add a comment for the `std` feature --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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