1
Fork 0

Switch all libraries to the 2021 edition

This commit is contained in:
Deadbeef 2021-12-17 21:53:28 +08:00
parent f52eb4ca8b
commit 06a1c14d52
No known key found for this signature in database
GPG key ID: 6D017A96D8E6C2F9
18 changed files with 18 additions and 65 deletions

View file

@ -5,7 +5,7 @@ license = 'MIT OR Apache-2.0'
description = """
Hack for the compiler's own build system
"""
edition = "2018"
edition = "2021"
[lib]
path = "lib.rs"