Skip to content

Commit 41ca91d

Browse files
committed
Bump version
1 parent 6c993a1 commit 41ca91d

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fift"
33
description = "Rust implementation of the Fift esoteric language"
44
repository = "https://github.com/broxus/fift"
5-
version = "0.1.16"
5+
version = "0.1.17"
66
edition = "2021"
77
rust-version = "1.70"
88
include = ["src/**/*.rs", "src/**/*.fif", "LICENSE-*", "README.md"]

cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fift-cli"
33
description = "A CLI for the Fift esoteric language interpreter"
44
repository = "https://github.com/broxus/fift"
5-
version = "0.1.16"
5+
version = "0.1.17"
66
edition = "2021"
77
rust-version = "1.70"
88
include = ["src/**/*.rs", "src/**/*.fif", "LICENSE", "README.md"]
@@ -20,5 +20,5 @@ console = "0.15"
2020
rustyline = { version = "12.0", default-features = false }
2121
unicode-width = "0.1"
2222

23-
fift = { path = "..", version = "=0.1.16" }
24-
fift-libs = { path = "../libs", version = "=0.1.16" }
23+
fift = { path = "..", version = "=0.1.17" }
24+
fift-libs = { path = "../libs", version = "0.1.16" }

0 commit comments

Comments
 (0)