Skip to content

Commit

Permalink
Merge branch 'thiserror2' into 'master'
Browse files Browse the repository at this point in the history
Update to thiserror 2.0 and add Cargo.lock

See merge request redox-os/users!40
  • Loading branch information
jackpot51 committed Jan 2, 2025
2 parents 9a2aea6 + c43e679 commit 0f2d9fa
Showing 3 changed files with 189 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/target/
**/*.rs.bk
Cargo.lock
187 changes: 187 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redox_users"
version = "0.4.6"
version = "0.5.0"
authors = ["Jose Narvaez <goyox86@gmail.com>", "Wesley Hershberger <mggmugginsmc@gmail.com>"]
description = "A Rust library to access Redox users and groups functionality"
license = "MIT"
@@ -14,7 +14,7 @@ edition = "2021"
getrandom = { version = "0.2", features = ["std"] }
libredox = { version = "0.1.3", default-features = false, features = ["std", "call"] }
rust-argon2 = { version = "0.8", optional = true }
thiserror = "1.0"
thiserror = "2.0"
zeroize = { version = "1.4", features = ["zeroize_derive"], optional = true }

#[target.'cfg(not(target_os = "redox"))'.dependencies]

0 comments on commit 0f2d9fa

Please sign in to comment.