File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " heed-traits"
3
- version = " 0.7 .0"
3
+ version = " 0.20.0-alpha .0"
4
4
authors = [" Kerollmops <renault.cle@gmail.com>" ]
5
5
description = " The traits used inside of the fully typed LMDB wrapper, heed"
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " heed-types"
3
- version = " 0.7.2 "
3
+ version = " 0.20.0-alpha.0 "
4
4
authors = [" Kerollmops <renault.cle@gmail.com>" ]
5
5
description = " The types used with the fully typed LMDB wrapper, heed"
6
6
license = " MIT"
@@ -12,7 +12,7 @@ edition = "2021"
12
12
bincode = { version = " 1.3.3" , optional = true }
13
13
bytemuck = { version = " 1.12.3" , features = [" extern_crate_alloc" , " extern_crate_std" ] }
14
14
byteorder = " 1.4.3"
15
- heed-traits = { version = " 0.7 .0" , path = " ../heed-traits" }
15
+ heed-traits = { version = " 0.20.0-alpha .0" , path = " ../heed-traits" }
16
16
serde = { version = " 1.0.151" , optional = true }
17
17
serde_json = { version = " 1.0.91" , optional = true }
18
18
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " heed"
3
- version = " 0.12.1 "
3
+ version = " 0.20.0-alpha.0 "
4
4
authors = [" Kerollmops <renault.cle@gmail.com>" ]
5
5
description = " A fully typed LMDB wrapper with minimum overhead"
6
6
license = " MIT"
@@ -13,8 +13,8 @@ edition = "2021"
13
13
[dependencies ]
14
14
bytemuck = " 1.12.3"
15
15
byteorder = { version = " 1.4.3" , default-features = false }
16
- heed-traits = { version = " 0.7 .0" , path = " ../heed-traits" }
17
- heed-types = { version = " 0.7.2 " , path = " ../heed-types" }
16
+ heed-traits = { version = " 0.20.0-alpha .0" , path = " ../heed-traits" }
17
+ heed-types = { version = " 0.20.0-alpha.0 " , path = " ../heed-types" }
18
18
libc = " 0.2.139"
19
19
lmdb-master-sys = { version = " 0.1.0" , path = " ../lmdb-master-sys" }
20
20
once_cell = " 1.16.0"
You can’t perform that action at this time.
0 commit comments