Skip to content

Commit 627a3a0

Browse files
authored
Merge pull request #142 from xsnippet/rust-edition
Opt-in to Rust 2021 edition
2 parents 40f5160 + 9303082 commit 627a3a0

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 = "xsnippet-api"
33
version = "5.0.0"
44
authors = ["XSnippet Team <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "XSnippet is a simple web-service for sharing code snippets on the Internet."
77
readme = "README.md"
88
homepage = "https://xsnippet.org/"

0 commit comments

Comments
 (0)