Compare commits

..

No commits in common. "25c298422edb40a0b9168ccd2fca3956f8e6527e" and "eac488273331cc295f2657c833d968590d2fe72e" have entirely different histories.

3 changed files with 10 additions and 10 deletions

16
Cargo.lock generated
View file

@ -448,9 +448,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hotpath"
version = "0.15.1"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb7d0713302f121f02d93290b6303b320e886f462d2cde84146ce9f9e28f1f0"
checksum = "28594d8a3d30371e1488dcd6ba545bf07e9ce9dff6d8a57d70dbbaa221d3246d"
dependencies = [
"arc-swap",
"cfg-if",
@ -476,9 +476,9 @@ dependencies = [
[[package]]
name = "hotpath-macros"
version = "0.15.1"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51066092dc750f8cbcac4afa04592377bf7463a911d1beca430ddd788deb0757"
checksum = "c7b87d58f92c09858091f328521db329955e9fc960c3c9c55e5dc0ef228a37b0"
dependencies = [
"proc-macro2",
"quote",
@ -487,15 +487,15 @@ dependencies = [
[[package]]
name = "hotpath-macros-meta"
version = "0.15.1"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7f6b2adb32728a10077f9eb66ece7c122ae0d86f3430187bbd8605089e3df7e"
checksum = "b4fcd1a53780c79401c81008b262470386d6dfee64599b337cae37a9674c082d"
[[package]]
name = "hotpath-meta"
version = "0.15.1"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d45b707a3eae596368fd81132daea5f8a4444a4590b9da2439f7f6dd2c3c3102"
checksum = "4aadd604c1aac308bda11d4792ae46c2076acd0523e401ee8640f101c0b99653"
dependencies = [
"hotpath-macros-meta",
]

View file

@ -9,7 +9,7 @@ license.workspace = true
publish = false
[dependencies]
hotpath = { optional = true, version = "0.15.1" }
hotpath = { optional = true, version = "0.15.0" }
microfetch-asm.workspace = true
[features]

View file

@ -11,7 +11,7 @@ repository = "https://github.com/notashelf/microfetch"
publish = true
[dependencies]
hotpath = { optional = true, version = "0.15.1" }
hotpath = { optional = true, version = "0.15.0" }
microfetch-alloc.workspace = true
microfetch-asm.workspace = true
microfetch-lib.workspace = true