Skip to content

Commit

Permalink
refactor: Update to 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Oct 23, 2024
1 parent 10c6e0e commit d348ee6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "steamlocate"
version = "2.0.0-beta.2"
authors = ["William Venner <[email protected]>"]
edition = "2018"
edition = "2021"
repository = "https://github.com/WilliamVenner/steamlocate-rs"
license = "MIT"
description = "Rust Crate for locating Steam game installation directories (and Steam itself!)"
Expand Down
1 change: 0 additions & 1 deletion src/__private_tests/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use std::{
collections::BTreeMap,
convert::{TryFrom, TryInto},
fs, iter,
path::{Path, PathBuf},
};
Expand Down

0 comments on commit d348ee6

Please sign in to comment.