Skip to content

Commit 3ecfa58

Browse files
committed
Sync core v1.0.1
1 parent dfb04f5 commit 3ecfa58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nmd"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
authors = ["Nicola Ricciardi"]
55
edition = "2021"
66
description = "Official NMD CLI and compiler"
@@ -35,7 +35,7 @@ url = "2.5.0"
3535
tokio = { version = "1", features = ["full"] }
3636
warp = "0.3"
3737
chrono = "0.4.38"
38-
nmd-core = "1.0.0"
38+
nmd-core = "1.0.1"
3939

4040

4141
[profile.profiling]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
[![License](https://img.shields.io/badge/license-GPL3-green.svg)](LICENSE)
5-
[![Version](https://img.shields.io/badge/version-v1.4.2-blue.svg)](CHANGELOG.md)
5+
[![Version](https://img.shields.io/badge/version-v1.4.3-blue.svg)](CHANGELOG.md)
66

77
# New MarkDown
88

0 commit comments

Comments
 (0)