Skip to content

Commit

Permalink
add a comment for the std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Dec 24, 2023
1 parent 54a55e7 commit 7fdb50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "base64-url"
version = "2.0.0"
version = "2.0.2"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.57"
Expand All @@ -17,4 +17,4 @@ base64 = { version = "0.21", default-features = false, features = ["alloc"] }

[features]
default = ["std"]
std = ["base64/std"]
std = ["base64/std"] # Only for the `base64` crate itself. This crate doesn't use the `std` feature.

0 comments on commit 7fdb50c

Please sign in to comment.