mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
more memory allocation stuff
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3906,6 +3906,7 @@ name = "neonart"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"rand 0.8.5",
|
||||
"spin",
|
||||
"tracing",
|
||||
"zerocopy 0.8.24",
|
||||
]
|
||||
@@ -6737,6 +6738,9 @@ name = "spin"
|
||||
version = "0.9.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
||||
dependencies = [
|
||||
"lock_api",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "spinning_top"
|
||||
|
||||
Reference in New Issue
Block a user