File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nmd"
3
- version = " 1.3 .0"
3
+ version = " 1.4 .0"
4
4
authors = [" Nicola Ricciardi" ]
5
5
edition = " 2021"
6
6
description = " Official NMD CLI and compiler"
@@ -35,8 +35,7 @@ url = "2.5.0"
35
35
tokio = { version = " 1" , features = [" full" ] }
36
36
warp = " 0.3"
37
37
chrono = " 0.4.38"
38
- # nmd-core = "0.40.0"
39
- nmd-core = { path = " ../nmd-core" }
38
+ nmd-core = " 0.41.0"
40
39
41
40
42
41
[profile .profiling ]
Original file line number Diff line number Diff line change 2
2
3
3
4
4
[ ![ License] ( https://img.shields.io/badge/license-GPL3-green.svg )] ( LICENSE )
5
- [ ![ Version] ( https://img.shields.io/badge/version-v1.3 .0-blue.svg )] ( CHANGELOG.md )
5
+ [ ![ Version] ( https://img.shields.io/badge/version-v1.4 .0-blue.svg )] ( CHANGELOG.md )
6
6
7
7
# New MarkDown
8
8
You can’t perform that action at this time.
0 commit comments