File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[workspace ]
2
+ resolver = " 2"
2
3
members = [" projects/*" ]
3
4
default-members = [
4
5
" projects/syntax-error" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " syntax-error"
3
- version = " 0.0.3 "
3
+ version = " 0.0.4 "
4
4
authors = [
" Aster <[email protected] >" ]
5
5
description = " Syntax error report"
6
6
repository = " https://github.com/oovm/sub_projects"
7
7
documentation = " https://docs.rs/syntax-error"
8
- readme = " Readme .md"
8
+ readme = " readme .md"
9
9
license = " MPL-2.0"
10
10
edition = " 2021"
11
11
exclude = [" package.json" , " tests/**" ]
12
12
13
13
[dependencies ]
14
- # termcolor = "1.2.0"
15
- yansi = " 0.5.1"
14
+ yansi = " 1.0.1"
16
15
unicode-width = " 0.1.10"
17
16
18
17
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
- #![ doc = include_str ! ( "../README .md" ) ]
1
+ #![ doc = include_str ! ( "../readme .md" ) ]
2
2
#![ warn( missing_docs) ]
3
3
4
4
mod display;
You can’t perform that action at this time.
0 commit comments