Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit f62f7f2

Browse files
Fix the version number
Forgot to increment last time
1 parent 35eac85 commit f62f7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "xtimer"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
license = "MIT"
66

77
[dependencies]
88
structopt = "0.3.26"
99
anyhow = "1.0.69"
1010
humantime = "2.1.0"
11-
self_update = { version = "0.36.0", default-features = false, features = ["archive-zip", "compression-zip-deflate", "compression-zip-bzip2", "rustls"] }
11+
self_update = { version = "0.36.0", default-features = false, features = ["archive-zip", "compression-zip-deflate", "compression-zip-bzip2", "rustls"] }

0 commit comments

Comments
 (0)