Skip to content

Commit b63975f

Browse files
Update manifest
1 parent adfcfa3 commit b63975f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base64"
3-
version = "0.13.0"
3+
version = "0.20.0-alpha.1"
44
authors = ["Alice Maz <[email protected]>", "Marshall Pierce <[email protected]>"]
55
description = "encodes and decodes base64 as bytes or utf8"
66
repository = "https://github.com/marshallpierce/rust-base64"
@@ -10,6 +10,7 @@ keywords = ["base64", "utf8", "encode", "decode", "no_std"]
1010
categories = ["encoding"]
1111
license = "MIT/Apache-2.0"
1212
edition = "2018"
13+
rust-version = "1.47.0"
1314

1415
[[bench]]
1516
name = "benchmarks"

0 commit comments

Comments
 (0)