Skip to content

Commit 6636c64

Browse files
committed
Release 1.74.0
irust@1.74.0 printer@0.8.0 Generated by cargo-workspaces
1 parent fe7cb29 commit 6636c64

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

crates/irust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "irust"
3-
version = "1.73.0"
3+
version = "1.74.0"
44
authors = ["Nbiba Bedis <bedisnbiba@gmail.com>"]
55
edition = "2024"
66
readme = "README.md"
@@ -17,7 +17,7 @@ crossterm = { version = "0.27.0", features = ["serde", "use-dev-tty"] }
1717
dirs = "5.0.1"
1818
toml = "0.7.6"
1919
serde = { version = "1.0.188", features = ["derive"] }
20-
printer = { path = "../printer/", version = "0.7.0" }
20+
printer = { path = "../printer/", version = "0.8.0" }
2121
irust_api = { path = "../irust_api/", version = "0.31.0" }
2222
irust_repl = { path = "../irust_repl", version = "0.24.0", features = [
2323
"serde",

crates/printer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "printer"
3-
version = "0.7.4"
3+
version = "0.8.0"
44
authors = ["Nbiba Bedis <bedisnbiba@gmail.com>"]
55
edition = "2024"
66
readme = "README.md"

0 commit comments

Comments
 (0)