From 2a5b4b633106be15464aa2eaf9c09d1ba5919b27 Mon Sep 17 00:00:00 2001 From: grtcdr Date: Thu, 12 Sep 2024 00:46:13 +0100 Subject: [PATCH] Pin libmacchina to 7.3.1 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acd2adf..0a69744 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,8 +820,9 @@ dependencies = [ [[package]] name = "libmacchina" -version = "7.3.0" -source = "git+https://github.com/Macchina-CLI/libmacchina?branch=main#e8d86566d4a504383a94f7e0ef4e586d8a201650" +version = "7.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8cbc5a1333bb9dff638bbf4d953f27106d4c2ff2c1e4d7c4c90ddf8da500ad66" dependencies = [ "cfg-if 1.0.0", "core-foundation 0.9.4", diff --git a/Cargo.toml b/Cargo.toml index 4363e85..5d2cdd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" build = "build.rs" [dependencies] -libmacchina = { git = "https://github.com/Macchina-CLI/libmacchina", branch = "main", features = ["version"] } +libmacchina = { version = "7.3.1", features = ["version"] } bytesize = "1.3.0" shellexpand = "3.1.0" clap = { version = "4.4.6", features = ["derive"] }