We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68919ae commit 9fcde48Copy full SHA for 9fcde48
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "base64"
3
-version = "0.20.0-alpha.1"
+version = "0.20.0"
4
authors = ["Alice Maz <alice@alicemaz.com>", "Marshall Pierce <marshall@mpierce.org>"]
5
description = "encodes and decodes base64 as bytes or utf8"
6
repository = "https://github.com/marshallpierce/rust-base64"
RELEASE-NOTES.md
@@ -1,7 +1,5 @@
# 0.20.0
-## 0.20.0-beta.1
-
### Breaking changes
7
- Update MSRV to 1.57.0
0 commit comments