Skip to content

Commit

Permalink
chore: increase msrv to 1.74
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Mar 7, 2024
1 parent 936b56d commit 9a8d0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "notify_push"
version = "0.1.0" # this version number is unused, the version number for the binary will be extracted from the appinfo/info.xml during build
authors = ["Robin Appelman <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"

[dependencies]
redis = { version = "0.24.0", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async"] }
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ listen('my_message_type', (message_type, optional_body) => {

## Building

The server binary is built using rust and cargo, and requires a minimum of rust `1.70`.
The server binary is built using rust and cargo, and requires a minimum of rust `1.74`.

- Install `rust` through your package manager or [rustup](https://rustup.rs/)
- Run `cargo build`
Expand Down

0 comments on commit 9a8d0be

Please sign in to comment.