Skip to content

Commit

Permalink
Partially revert "Use edition 2021"
Browse files Browse the repository at this point in the history
This partially reverts commit f8cb34b to avoid
breaking users with old compilers. Only publicly visible libraries are reverted.
See #53 for more details.
  • Loading branch information
ia0 committed Jan 27, 2022
1 parent 4409dc2 commit d3a019f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Changelog

### Patch

- Switch to edition 2021

## 2.3.2

### Patch
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "data-encoding"
version = "2.3.2"
authors = ["Julien Cretin <git@ia0.eu>"]
license = "MIT"
edition = "2021"
edition = "2018"
keywords = ["no_std", "base64", "base32", "hex"]
categories = ["encoding", "no-std"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions lib/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "data-encoding-fuzz"
version = "0.0.1"
authors = ["Automatically generated"]
edition = "2021"
publish = false

[package.metadata]
Expand Down
2 changes: 1 addition & 1 deletion lib/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "data-encoding-macro"
version = "0.1.12"
authors = ["Julien Cretin <cretin@google.com>"]
license = "MIT"
edition = "2021"
edition = "2018"
keywords = ["no_std", "base64", "base32", "hex", "macro"]
categories = ["encoding", "no-std"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion lib/macro/internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "data-encoding-macro-internal"
version = "0.1.10"
authors = ["Julien Cretin <cretin@google.com>"]
license = "MIT"
edition = "2021"
edition = "2018"
description = "Internal library for data-encoding-macro"
readme = "README.md"
repository = "https://github.com/ia0/data-encoding"
Expand Down

0 comments on commit d3a019f

Please sign in to comment.