We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a6534 commit ea4c527Copy full SHA for ea4c527
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# WIP 0.2.0
2
3
+# 0.1.1
4
5
+- pin `lexical-core` to `0.7.6` to fix doc generation on nightlyfor `docs.rs`
6
7
# 0.1.0
8
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tyractorsaur"
-version = "0.1.0"
+version = "0.1.1"
authors = ["sers.dev <admin@sers.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -17,6 +17,7 @@ name = "tyractorsaur"
17
path = "src/lib.rs"
18
19
[dependencies]
20
+lexical-core = "0.7.6"
21
config = "0.10.1"
22
hostname = "0.3.1"
23
num_cpus = "1.13.0"
0 commit comments