mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 02:16:30 +00:00
Bump project to Rust 2021 (#123)
This commit is contained in:
parent
309f13ec84
commit
02a9a4a35d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
name = "shiny-robots"
|
||||
version = "0.1.0"
|
||||
authors = ["Sam Rijs <srijs@airpost.net>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue