From 7c3c5a500fac2dee1878dac629d3a4615ffee69e Mon Sep 17 00:00:00 2001 From: KtorZ <5680256+KtorZ@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:32:21 +0100 Subject: [PATCH] pin textplots-rs fork to a specific revision & version. Signed-off-by: KtorZ <5680256+KtorZ@users.noreply.github.com> --- Cargo.lock | 16 ++++++++-------- crates/aiken-project/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40da3dcc4..21d731455 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -648,7 +648,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] @@ -1043,7 +1043,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2888,7 +2888,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3202,7 +3202,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3362,7 +3362,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3377,8 +3377,8 @@ dependencies = [ [[package]] name = "textplots" -version = "0.8.7" -source = "git+https://github.com/aiken-lang/textplots-rs.git#20d166340cdc41fc0a8d8f2390ce69b99e73e3ec" +version = "0.9.6" +source = "git+https://github.com/aiken-lang/textplots-rs.git?rev=030ba441c2c630eb1ebd16430c724c33d3408f8d#030ba441c2c630eb1ebd16430c724c33d3408f8d" dependencies = [ "drawille", "rgb", @@ -3917,7 +3917,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/crates/aiken-project/Cargo.toml b/crates/aiken-project/Cargo.toml index 8ec153b8c..68fe0e61e 100644 --- a/crates/aiken-project/Cargo.toml +++ b/crates/aiken-project/Cargo.toml @@ -47,7 +47,7 @@ semver = { version = "1.0.23", features = ["serde"] } serde = { version = "1.0.152", features = ["derive"] } serde_json = { version = "1.0.94", features = ["preserve_order"] } strip-ansi-escapes = "0.1.1" -textplots = { git = "https://github.com/aiken-lang/textplots-rs.git" } +textplots = { git = "https://github.com/aiken-lang/textplots-rs.git", rev = "030ba441c2c630eb1ebd16430c724c33d3408f8d", version = "0.9.6" } thiserror = "1.0.39" tokio = { version = "1.26.0", features = ["full"] } toml = "0.7.2"