File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version = "1.6.0"
5
5
description = " Tool to find and fix Rust formatting issues"
6
6
repository = " https://github.com/rust-lang/rustfmt"
7
7
readme = " README.md"
8
- license = " Apache-2.0/ MIT"
8
+ license = " Apache-2.0 OR MIT"
9
9
build = " build.rs"
10
10
categories = [" development-tools" ]
11
11
edition = " 2021"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "rustfmt-config_proc_macro"
3
3
version = " 0.3.0"
4
4
edition = " 2018"
5
5
description = " A collection of procedural macros for rustfmt"
6
- license = " Apache-2.0/ MIT"
6
+ license = " Apache-2.0 OR MIT"
7
7
categories = [" development-tools::procedural-macro-helpers" ]
8
8
repository = " https://github.com/rust-lang/rustfmt"
9
9
You can’t perform that action at this time.
0 commit comments