From 6f423466d181130848c229e2684c6dd18f8a5e9d Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 14 Jul 2020 10:57:26 +0900 Subject: Add a license field to all the crates --- crates/ra_proc_macro_srv/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_proc_macro_srv/Cargo.toml') diff --git a/crates/ra_proc_macro_srv/Cargo.toml b/crates/ra_proc_macro_srv/Cargo.toml index 582102945..12ce497f8 100644 --- a/crates/ra_proc_macro_srv/Cargo.toml +++ b/crates/ra_proc_macro_srv/Cargo.toml @@ -4,6 +4,7 @@ name = "ra_proc_macro_srv" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false -- cgit v1.2.3 From e51d1ddf5bb0b4aac9881a56664d26b436408255 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Wed, 29 Jul 2020 17:06:56 -0400 Subject: cargo_metadata 0.11.1 and cargo update --- crates/ra_proc_macro_srv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_proc_macro_srv/Cargo.toml') diff --git a/crates/ra_proc_macro_srv/Cargo.toml b/crates/ra_proc_macro_srv/Cargo.toml index 12ce497f8..bc119a6c7 100644 --- a/crates/ra_proc_macro_srv/Cargo.toml +++ b/crates/ra_proc_macro_srv/Cargo.toml @@ -19,7 +19,7 @@ memmap = "0.7" test_utils = { path = "../test_utils" } [dev-dependencies] -cargo_metadata = "0.10.0" +cargo_metadata = "0.11.1" difference = "2.0.0" # used as proc macro test target serde_derive = "1.0.106" -- cgit v1.2.3