Compare commits

..

No commits in common. "a41eb10e9c01d3bea7c5836e78d3c9d71a500b11" and "baf7fed37024b46813addac4fa8c74d05d6249cd" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -441,9 +441,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hotpath"
version = "0.9.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8d5a16b6aedd67d44fbeb619e63d9fa649d77cabb25a4154f87deec8eeaff4a"
checksum = "1bff4650da2df45a71a2f5c2c51fdcd5bea79270e0cc2a9984942d57fc77c0d7"
dependencies = [
"arc-swap",
"base64",
@ -469,9 +469,9 @@ dependencies = [
[[package]]
name = "hotpath-macros"
version = "0.9.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0326ae0362362c976fba738ba2dd585e63bf92264b7070f20219453c9a8cd6ae"
checksum = "9a8d87ff506da0e93bac1a7ba104aa79fac048edab9d8ef922e75ba54106ee3d"
dependencies = [
"proc-macro2",
"quote",

View file

@ -12,7 +12,7 @@ name = "microfetch"
path = "src/main.rs"
[dependencies]
hotpath = { optional = true, version = "0.9.2" }
hotpath = { optional = true, version = "0.9.0" }
libc = "0.2.178"
[dev-dependencies]