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 dfb04f5 commit 3ecfa58Copy full SHA for 3ecfa58
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nmd"
3
-version = "1.4.2"
+version = "1.4.3"
4
authors = ["Nicola Ricciardi"]
5
edition = "2021"
6
description = "Official NMD CLI and compiler"
@@ -35,7 +35,7 @@ url = "2.5.0"
35
tokio = { version = "1", features = ["full"] }
36
warp = "0.3"
37
chrono = "0.4.38"
38
-nmd-core = "1.0.0"
+nmd-core = "1.0.1"
39
40
41
[profile.profiling]
README.md
@@ -2,7 +2,7 @@
[](LICENSE)
-[](CHANGELOG.md)
+[](CHANGELOG.md)
7
# New MarkDown
8
0 commit comments