spacejam / sled

the champagne of beta embedded databases
Apache License 2.0
8.09k stars 383 forks source link

Add MSRV to `Cargo.toml` #1498

Open Rafferty97 opened 7 months ago

Rafferty97 commented 7 months ago

The documentation lists the minimum supported Rust version as Rust 1.62, but I have noticed there is no corresponding entry in the Cargo.toml, such as:

rust-version = "1.62.0"

Could this be added?