Skip to content

Commit 8eb36ca

Browse files
committed
chore: use rust 2021 edition
1 parent faaadda commit 8eb36ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "http-server"
33
version = "0.8.1"
44
authors = ["Esteban Borai <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Simple and configurable command-line HTTP server"
77
repository = "https://github.com/EstebanBorai/http-server"
88
categories = ["web-programming", "web-programming::http-server"]

0 commit comments

Comments
 (0)