This was causing issues for Python Windows i686 tests
This commit is contained in:
Jan-Erik Rediger 2022-05-04 15:25:46 +02:00 коммит произвёл Jan-Erik Rediger
Родитель c4f750c31c
Коммит 100f1d6eba
3 изменённых файлов: 4 добавлений и 4 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -975,9 +975,9 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "whatsys"
version = "0.2.0"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9834eaf0dc9dff3ef038a1c8699694fc0dbc4a4344ddbae87e67016224482ba"
checksum = "c24fff5aa1e0973964ba23a995e8b10fa2cdeae507e0cbbbd36f8403242a765d"
dependencies = [
"cc",
"cfg-if",

Просмотреть файл

@ -40,7 +40,7 @@ flate2 = "1.0.19"
zeitstempel = "0.1.0"
crossbeam-channel = "0.5"
thiserror = "1.0.4"
whatsys = "0.2.0"
whatsys = "0.1.2"
uniffi = "0.17.0"
uniffi_macros = "0.17.0"
time = "0.1.40"

Просмотреть файл

@ -35,7 +35,7 @@ serde = { version = "1.0.104", features = ["derive"] }
uuid = { version = "0.8.1", features = ["v4"] }
chrono = { version = "0.4.10", features = ["serde"] }
time = "0.1.40"
whatsys = "0.2.0"
whatsys = "0.1.2"
[dev-dependencies]
env_logger = { version = "0.8.0", default-features = false, features = ["termcolor", "atty", "humantime"] }