Skip to content

Commit b7c27ff

Browse files
committed
Bump to Rust 2021
Update the supported version of Rust to 2021, and make note of the supported Rust versions.
1 parent d540b53 commit b7c27ff

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
coverage
22
target
3+
Cargo.lock

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = [
1616
"/LICENSE",
1717
"/README.md"
1818
]
19-
edition = "2018"
19+
edition = "2021"
2020

2121
[lib]
2222
name = "captur"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ fn send_event_and_action(action: &Action, event: Event) {
3939
}
4040
```
4141

42+
# Supported Rust Versions
43+
44+
This project will support all Rust versions since 1.51, when Rust first supported Rust 2021.
45+
46+
Dropping support for a Rust version will result in a major version bump, following [Semantic Versioning](https://semver.org/).
47+
4248
## License
4349

4450
Captur is released under the ISC license. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)