about summary refs log tree commit diff
path: root/src/rustdoc-json-types
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2021-09-19 12:49:55 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2021-09-20 22:21:42 -0400
commitc746be2219fac78e5adad715082dedeb2d737f0d (patch)
treec55ad10e628bc53337d70302c9e97cbaeec593b3 /src/rustdoc-json-types
parent45b989a03319c6a53bb726ec98dfe7d172035ac6 (diff)
downloadrust-c746be2219fac78e5adad715082dedeb2d737f0d.tar.gz
rust-c746be2219fac78e5adad715082dedeb2d737f0d.zip
Migrate to 2021
Diffstat (limited to 'src/rustdoc-json-types')
-rw-r--r--src/rustdoc-json-types/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustdoc-json-types/Cargo.toml b/src/rustdoc-json-types/Cargo.toml
index a692f6f896d..d60699efd36 100644
--- a/src/rustdoc-json-types/Cargo.toml
+++ b/src/rustdoc-json-types/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "rustdoc-json-types"
 version = "0.1.0"
-edition = "2018"
+edition = "2021"
 
 [lib]
 path = "lib.rs"