fix Android build on MacOS

This commit is contained in:
Dominik Maier 2021-09-06 12:53:58 +02:00
parent 9cd34865a8
commit d8ef1dd90a

View File

@ -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. 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 } nix = { version = "0.20.0", optional = true }
regex = { version = "1", 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"] } uuid = { version = "0.8.2", optional = true, features = ["serde"] }
libm = "0.2.1" libm = "0.2.1"