diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2025-04-15 13:18:08 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2025-04-15 13:23:04 +1200 |
commit | 55e64d35273a425b52b7d913b9368af2f0370bbb (patch) | |
tree | 5e97bf0af724b36494df097d79ebfaf1015a4556 /Cargo.toml | |
parent | 85c1fd299e04e27307a1c1633282df6f1d579a98 (diff) | |
download | assembler-main.zip |
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |