diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-10-18 13:47:26 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-10-22 23:10:01 +0000 |
commit | 948fd7e250da05fd08208911e43f38a8b2c7bf8f (patch) | |
tree | c16faf6d69f04843d7a7df8d9f9595d29ce8febf /Cargo.lock | |
parent | 4cf18432c1bad39ee87e9b13203a6d9295f73120 (diff) | |
download | alacritty-948fd7e250da05fd08208911e43f38a8b2c7bf8f.tar.gz alacritty-948fd7e250da05fd08208911e43f38a8b2c7bf8f.zip |
Revert "Add unicode 16 support"
This reverts commit 5dca7a85e7d8e98f8e770c17af8efb442c2277d0.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -61,7 +61,7 @@ dependencies = [ "tempfile", "toml", "toml_edit 0.22.21", - "unicode-width-16", + "unicode-width", "windows-sys 0.52.0", "winit", "xdg", @@ -108,7 +108,7 @@ dependencies = [ "serde", "serde_json", "signal-hook", - "unicode-width-16", + "unicode-width", "vte", "windows-sys 0.52.0", ] @@ -2011,10 +2011,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] -name = "unicode-width-16" -version = "0.1.0" +name = "unicode-width" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eba15036aa0f5bf8ed6cd12a624ddb61fd50b0779b1c05d89b663bcaed7b5c2" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unsafe-libyaml" |