Skip to content

Commit

Permalink
Bump version. Fix next_owned for signed dict iter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Sep 9, 2023
1 parent 531f880 commit 8fa1c75
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 40 deletions.
68 changes: 31 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fift"
description = "Rust implementation of the Fift esoteric language"
repository = "https://github.com/broxus/fift"
version = "0.1.19"
version = "0.1.20"
edition = "2021"
rust-version = "1.70"
include = ["src/**/*.rs", "src/**/*.fif", "LICENSE-*", "README.md"]
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fift-cli"
description = "A CLI for the Fift esoteric language interpreter"
repository = "https://github.com/broxus/fift"
version = "0.1.19"
version = "0.1.20"
edition = "2021"
rust-version = "1.70"
include = ["src/**/*.rs", "src/**/*.fif", "LICENSE", "README.md"]
Expand All @@ -20,5 +20,5 @@ console = "0.15"
rustyline = { version = "12.0", default-features = false }
unicode-width = "0.1"

fift = { path = "..", version = "=0.1.19" }
fift = { path = "..", version = "=0.1.20" }
fift-libs = { path = "../libs", version = "0.1.19" }

0 comments on commit 8fa1c75

Please sign in to comment.