Skip to content

Commit 53fe7ae

Browse files
authored
Fix docs for new scheduler and measurement planification (#44)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent a59ad5e commit 53fe7ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cggtts"
3-
version = "4.2.0"
3+
version = "4.2.1"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "CGGTTS data parsing and synthesis"
@@ -14,6 +14,10 @@ exclude = [
1414
"data/*",
1515
]
1616

17+
[package.metadata.docs.rs]
18+
all-features = true
19+
rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
20+
1721
[features]
1822
default = [] # no features by default
1923

@@ -41,7 +45,3 @@ hifitime = { version = "4.0", features = ["serde", "std"] }
4145

4246
[dev-dependencies]
4347
rand = "0.8"
44-
45-
[package.metadata.docs.rs]
46-
all-features = true
47-
rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]

0 commit comments

Comments
 (0)