Skip to content

Commit 2c1ec30

Browse files
committed
1.74.2
1 parent cc66d0c commit 2c1ec30

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.74.2 - 2023-12-14
4+
5+
### Enhancements
6+
7+
- Prettify `OsString`
8+
- Better rendering of `Vec<String>` and `Vec<Vec<String>>`
9+
310
## 1.74.1 - 2023-12-12
411

512
### Bug Fixes

command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firedbg-cli"
3-
version = "1.74.1"
3+
version = "1.74.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = [

debugger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firedbg-rust-debugger"
3-
version = "1.74.1"
3+
version = "1.74.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
build = "build.rs"

indexer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firedbg-stream-indexer"
3-
version = "1.74.1"
3+
version = "1.74.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = [
@@ -28,7 +28,7 @@ tokio = { version = "1", optional = true }
2828
pretty_assertions = { version = "1", optional = true }
2929
async-trait = { version = "0.1", optional = true }
3030
# workspace
31-
firedbg-rust-debugger = { path = "../debugger", version = "1.74.1", default-features = false }
31+
firedbg-rust-debugger = { path = "../debugger", version = "1.74.2", default-features = false }
3232

3333
[features]
3434
# The base feature only exports the sea-orm entities

0 commit comments

Comments
 (0)