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 | |
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.
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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" @@ -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" } |