Bump project to Rust 2021 (#123)

This commit is contained in:
Felix Suchert 2021-10-22 20:36:39 +02:00 committed by GitHub
parent 309f13ec84
commit 02a9a4a35d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name = "shiny-robots"
version = "0.1.0"
authors = ["Sam Rijs <srijs@airpost.net>"]
edition = "2018"
edition = "2021"
[workspace]
members = [

View file

@ -6,7 +6,7 @@ authors = ["Onur Aslan <onur@onur.im>"]
license-file = "LICENSE"
repository = "https://github.com/onur/docs.rs"
documentation = "https://docs.rs/badge"
edition = "2018"
edition = "2021"
[lib]
path = "badge.rs"