We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4882653 + 8fee506 commit b28e935Copy full SHA for b28e935
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# WIP 0.2.0
2
3
- add documentation link to metadata
4
+- update dependencies
5
+ - upgrade `config` to `0.11.0`
6
+ - remove explicit `lexical-core`, since documentation should now be able to be generated without it
7
8
# 0.1.1
9
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tyractorsaur"
-version = "0.1.1"
+version = "0.2.0"
authors = ["sers.dev <admin@sers.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -18,8 +18,7 @@ name = "tyractorsaur"
18
path = "src/lib.rs"
19
20
[dependencies]
21
-lexical-core = "0.7.6"
22
-config = "0.10.1"
+config = "0.11.0"
23
hostname = "0.3.1"
24
num_cpus = "1.13.0"
25
threadpool = "1.8.1"
0 commit comments