Skip to content

Commit 1b22d43

Browse files
committed
Bump to 0.4.0
1 parent e3ecaef commit 1b22d43

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,7 +1,7 @@
11
[package]
22
name = "constime"
33
description = "Zig's comptime for Rust with zero dependencies. Mostly something to play around with until more stuff is const fn."
4-
version = "0.3.0"
4+
version = "0.4.0"
55

66
authors = ["David Cruz <[email protected]>"]
77
repository = "https://github.com/DvvCz/Constime"
@@ -13,4 +13,4 @@ proc-macro = true
1313
doctest = false
1414

1515
[dev-dependencies]
16-
ureq = "2.12.1"
16+
ureq = "2.12.1"

0 commit comments

Comments
 (0)