We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ecaef commit 1b22d43Copy full SHA for 1b22d43
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "constime"
3
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"
+version = "0.4.0"
5
6
authors = ["David Cruz <[email protected]>"]
7
repository = "https://github.com/DvvCz/Constime"
@@ -13,4 +13,4 @@ proc-macro = true
13
doctest = false
14
15
[dev-dependencies]
16
-ureq = "2.12.1"
+ureq = "2.12.1"
0 commit comments