Skip to content

Commit ea4c527

Browse files
committed
explicitly set lexical-core dependency
1 parent 22a6534 commit ea4c527

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# WIP 0.2.0
22

3+
# 0.1.1
34

5+
- pin `lexical-core` to `0.7.6` to fix doc generation on nightlyfor `docs.rs`
46

57
# 0.1.0
68

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tyractorsaur"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["sers.dev <admin@sers.dev>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -17,6 +17,7 @@ name = "tyractorsaur"
1717
path = "src/lib.rs"
1818

1919
[dependencies]
20+
lexical-core = "0.7.6"
2021
config = "0.10.1"
2122
hostname = "0.3.1"
2223
num_cpus = "1.13.0"

0 commit comments

Comments
 (0)