aboutsummaryrefslogtreecommitdiff
path: root/crates/profile/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-10-08 14:43:00 +0100
committerkjeremy <[email protected]>2020-10-08 15:39:02 +0100
commit13bb0404a88fbe565660e61bf4ea68aa162ee0ce (patch)
tree731b9ce9126c31158a441d39dcd7b509383d209a /crates/profile/Cargo.toml
parente6a05e6566014d95cec416b5203fdf52bb8ac09c (diff)
Bump rustc_lexer, cfg-if to 1.0 and add new license to check
Diffstat (limited to 'crates/profile/Cargo.toml')
-rw-r--r--crates/profile/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml
index 261172d61..c5dfdff32 100644
--- a/crates/profile/Cargo.toml
+++ b/crates/profile/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
11 11
12[dependencies] 12[dependencies]
13once_cell = "1.3.1" 13once_cell = "1.3.1"
14cfg-if = "0.1.10" 14cfg-if = "1"
15libc = "0.2.73" 15libc = "0.2.73"
16backtrace = { version = "0.3.44", optional = true } 16backtrace = { version = "0.3.44", optional = true }
17 17