Skip to content

Commit 4f7b3c8

Browse files
committed
docgen: Update versions and description
Update the crate versions so that the docgen will build. Signed-off-by: David Brown <[email protected]>
1 parent 3a88f22 commit 4f7b3c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docgen/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
[package]
55
# This must be rustapp for now.
66
name = "rustapp"
7-
version = "0.1.0"
7+
version = "3.7.0"
88
edition = "2021"
9-
description = "A sample hello world application in Rust"
9+
description = "A small application to generate documentation"
1010
license = "Apache-2.0 or MIT"
1111

1212
[lib]
1313
crate-type = ["staticlib"]
1414

1515
[dependencies]
16-
zephyr = "0.1.0"
16+
zephyr = "3.7.0"

0 commit comments

Comments
 (0)