From 0d320361867f637c92192c158986b986822515f4 Mon Sep 17 00:00:00 2001 From: grtcdr Date: Thu, 12 Sep 2024 00:25:09 +0100 Subject: [PATCH] Pin libmacchina to main --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d45fedd..f04d6ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,8 +820,8 @@ dependencies = [ [[package]] name = "libmacchina" -version = "7.3.1" -source = "git+https://github.com/Macchina-CLI/libmacchina?branch=v7.3.1#42997ecd07539d282f49644829081fb7a2890ebe" +version = "7.3.0" +source = "git+https://github.com/Macchina-CLI/libmacchina?branch=main#30abf25b2c3a032ca28cb0fcb065411c8ce428c6" dependencies = [ "cfg-if 1.0.0", "core-foundation 0.9.4", diff --git a/Cargo.toml b/Cargo.toml index 56c24fd..4363e85 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 = "v7.3.1", features = ["version"] } +libmacchina = { git = "https://github.com/Macchina-CLI/libmacchina", branch = "main", features = ["version"] } bytesize = "1.3.0" shellexpand = "3.1.0" clap = { version = "4.4.6", features = ["derive"] }