From 55e64d35273a425b52b7d913b9368af2f0370bbb Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Tue, 15 Apr 2025 13:18:08 +1200 Subject: Update vagabond library The latest version 1.1.1 of vagabond removes all nightly features, which will allow all projects using the assembler library to compile on stable Rust once the extract_if feature is stabilised. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef13b45..919a449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,5 +26,5 @@ dependencies = [ [[package]] name = "vagabond" -version = "1.0.1" -source = "git+git://benbridle.com/vagabond?tag=v1.0.1#08f3153fea62ea81a42438347eeee058f5bec199" +version = "1.1.1" +source = "git+git://benbridle.com/vagabond?tag=v1.1.1#b190582517e6008ad1deff1859f15988e4efaa26" diff --git a/Cargo.toml b/Cargo.toml index 6f07e87..538206f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] ansi = { git = "git://benbridle.com/ansi", tag = "v1.0.0" } log = { git = "git://benbridle.com/log", tag = "v1.1.2" } -vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.0.1" } +vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.1" } -- cgit v1.2.3-70-g09d2