Skip to content

Commit

Permalink
Upgrade to Rust 1.83.
Browse files Browse the repository at this point in the history
  • Loading branch information
CathalMullan committed Nov 29, 2024
1 parent 5490035 commit 1d73af3
Show file tree
Hide file tree
Showing 9 changed files with 259 additions and 390 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [".", "examples/*", "fuzz"]
version = "0.7.0"
authors = ["Cathal Mullan <contact@cathal.dev>"]
edition = "2021"
rust-version = "1.81"
rust-version = "1.83"
repository = "https://github.com/DuskSystems/wayfind"
license = "MIT OR Apache-2.0"
keywords = ["router"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![crates.io](https://img.shields.io/crates/v/wayfind)](https://crates.io/crates/wayfind)
[![documentation](https://docs.rs/wayfind/badge.svg)](https://docs.rs/wayfind)

![rust: 1.81+](https://img.shields.io/badge/rust-1.81+-orange.svg)
![rust: 1.83+](https://img.shields.io/badge/rust-1.83+-orange.svg)
![`unsafe`: forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)
![`no_std`: compatible](https://img.shields.io/badge/no__std-compatible-success.svg)
![`wasm`: compatible](https://img.shields.io/badge/wasm-compatible-success.svg)
Expand Down
46 changes: 6 additions & 40 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d73af3

Please sign in to comment.