File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cactusref"
3
- version = " 0.2 .0" # remember to set `html_root_url` in `src/lib.rs`.
3
+ version = " 0.3 .0" # remember to set `html_root_url` in `src/lib.rs`.
4
4
authors = [
" Ryan Lopopolo <[email protected] >" ]
5
5
license = " MIT"
6
6
edition = " 2021"
@@ -21,13 +21,13 @@ default = ["std"]
21
21
std = []
22
22
23
23
[dependencies ]
24
- hashbrown = { version = " 0.12.0 " , default-features = false , features = [" inline-more" ] }
24
+ hashbrown = { version = " 0.13.1 " , default-features = false , features = [" inline-more" ] }
25
25
log = " 0.4.6"
26
26
rustc-hash = { version = " 1.1.0" , default-features = false }
27
27
28
28
[dev-dependencies ]
29
29
# Enable debug and trace-level logging in tests.
30
- env_logger = { version = " 0.9 .0" , default-features = false }
30
+ env_logger = { version = " 0.10 .0" , default-features = false }
31
31
32
32
# Check that crate versions are properly updated in documentation and code when
33
33
# bumping the version.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Add this to your `Cargo.toml`:
52
52
53
53
``` toml
54
54
[dependencies ]
55
- cactusref = " 0.2 .0"
55
+ cactusref = " 0.3 .0"
56
56
```
57
57
58
58
CactusRef is mostly a drop-in replacement for ` std::rc::Rc ` , which can be used
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ harness = false
18
18
criterion = " 0.4.0"
19
19
# benchmark target
20
20
cactusref = { path = " .." }
21
- env_logger = { version = " 0.9 .0" , default-features = false }
21
+ env_logger = { version = " 0.10 .0" , default-features = false }
22
22
log = " 0.4.6"
Original file line number Diff line number Diff line change 123
123
//! [`CoerceUnsized`]: core::ops::CoerceUnsized
124
124
//! [`DispatchFromDyn`]: core::ops::DispatchFromDyn
125
125
126
- #![ doc( html_root_url = "https://docs.rs/cactusref/0.2 .0" ) ]
126
+ #![ doc( html_root_url = "https://docs.rs/cactusref/0.3 .0" ) ]
127
127
#![ no_std]
128
128
129
129
// Ensure code blocks in README.md compile
You can’t perform that action at this time.
0 commit comments