Skip to content

Commit

Permalink
Bump to Rust 2021
Browse files Browse the repository at this point in the history
Update the supported version of Rust to 2021, and make note of the
supported Rust versions.
  • Loading branch information
MitMaro committed Jun 30, 2024
1 parent d540b53 commit 3f5216e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage
target
Cargo.lock
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = [
"/LICENSE",
"/README.md"
]
edition = "2018"
edition = "2021"

[lib]
name = "captur"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ fn send_event_and_action(action: &Action, event: Event) {
}
```

# Supported Rust Versions

This project will support all Rust versions since 1.51, when Rust first supported Rust 2021.

Dropping support for a Rust version will result in a major version bump, following [Semantic Versioning](https://semver.org/).

## License

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

0 comments on commit 3f5216e

Please sign in to comment.