Skip to content

Commit 2861a10

Browse files
committed
upgrade font-awesome & metadata crates to edition 2021
1 parent 18645c0 commit 2861a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/font-awesome-as-a-crate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "font-awesome-as-a-crate"
33
version = "0.3.0"
4-
edition = "2018"
4+
edition = "2021"
55
license = "CC-BY-4.0 AND MIT"
66
description = "Font Awesome Free, packaged as a crate"
77
repository = "https://github.com/rust-lang/docs.rs"

crates/metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "docsrs-metadata"
33
version = "0.1.0"
44
authors = ["Joshua Nelson <[email protected]>", "The Rust Project Developers"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/rust-lang/docs.rs"
88
description = "Document crates the same way docs.rs would"

0 commit comments

Comments
 (0)