Skip to content

Commit

Permalink
rust toolchain updated
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jan 5, 2025
1 parent 3379c7b commit bcf630f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "submap"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Serhij S. <[email protected]>"]
license = "Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ with a single unit "client" to verify various access control lists.
### Crate features

* **indexmap** switches the engine to
[indexmap](https://crates.io/crates/indexmap) (the default is based on
*std::collections::BTreeMap/BTreeSet*), requires Hash trait implemented for map
clients.
[indexmap](https://crates.io/crates/indexmap) (the default is based on
*std::collections::BTreeMap/BTreeSet*), requires Hash trait implemented for map
clients.

The current engine can be obtained from

Expand All @@ -151,4 +151,4 @@ dbg!(ENGINE); // std-btree or indexmap

## MSRV

1.76.0
1.81.0
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.76.0"
channel = "1.81.0"

0 comments on commit bcf630f

Please sign in to comment.