Skip to content

Commit

Permalink
fix: whoami crash on FreeBSD aarch platform
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon authored and mehcode committed Dec 17, 2020
1 parent 04647ae commit 4973ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ url = { version = "2.1.1", default-features = false }
uuid = { version = "0.8.1", default-features = false, optional = true, features = [ "std" ] }
webpki = { version = "0.21.3", optional = true }
webpki-roots = { version = "0.20.0", optional = true }
whoami = "0.9.0"
whoami = "1.0.1"
stringprep = "0.1.2"
hashlink = "0.6.0"

0 comments on commit 4973ae5

Please sign in to comment.