Skip to content

Commit 94b9742

Browse files
authored
Update from Rust 2018 -> Rust 2021 Edition (#32)
1 parent d8ad8ec commit 94b9742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contract-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "contract-tests"
33
version = "0.1.0"
4-
edition = "2018"
4+
edition = "2021"
55
license = "Apache-2.0"
66

77
[dependencies]

eventsource-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.10.0"
44
description = "Client for the Server-Sent Events protocol (aka EventSource)"
55
repository = "https://github.com/launchdarkly/rust-eventsource-client"
66
authors = ["LaunchDarkly"]
7-
edition = "2018"
7+
edition = "2021"
88
license = "Apache-2.0"
99
keywords = ["launchdarkly", "feature-flags", "feature-toggles", "eventsource", "server-sent-events"]
1010
exclude = [

0 commit comments

Comments
 (0)