fix Android build on MacOS
This commit is contained in:
parent
9cd34865a8
commit
d8ef1dd90a
@ -78,7 +78,7 @@ rand = { version = "0.8.1", optional = true } #
|
||||
rand_core = { version = "0.6.2", optional = true } # This dependency allows us to export our RomuRand as rand::Rng.
|
||||
nix = { version = "0.20.0", optional = true }
|
||||
regex = { version = "1", optional = true }
|
||||
build_id = { version = "0.2.1", optional = true }
|
||||
build_id = { version = "0.2.1", git = "https://github.com/domenukk/build_id", branch = "main", optional = true }
|
||||
uuid = { version = "0.8.2", optional = true, features = ["serde"] }
|
||||
libm = "0.2.1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user