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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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