diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-06-30 09:58:48 +0200 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-06-30 10:01:18 +0200 |
| commit | 993cb648cb26491f60a869908b3d6a0b279d879c (patch) | |
| tree | 091ecb0dc15be71ec30c6a9184537b067d88ee3a | |
| parent | d3805f501cea6aa352de2c160f3a2f7bc8b93821 (diff) | |
| download | mullvadvpn-993cb648cb26491f60a869908b3d6a0b279d879c.tar.xz mullvadvpn-993cb648cb26491f60a869908b3d6a0b279d879c.zip | |
Upgrade proc-macro2 to get rid of compiler error
Solves "unknown feature `proc_macro_span_shrink`" issue
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index eba13a2ea9..c8b52245ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2827,9 +2827,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.56" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ] |
