Skip to content

Commit 8f90aec

Browse files
committed
1.77.1
1 parent 2d82215 commit 8f90aec

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

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

3+
## 1.77.1 - 2024-04-19
4+
5+
### Bug Fixes
6+
7+
- debugger: fix memory layout probing https://github.com/SeaQL/FireDBG.for.Rust/pull/41
8+
39
## 1.77.0 - 2024-03-28
410

511
### Versions

Cargo.lock

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

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.77.0"
3+
version = "1.77.1"
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.77.0"
3+
version = "1.77.1"
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.77.0"
3+
version = "1.77.1"
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.77.0", default-features = false }
31+
firedbg-rust-debugger = { path = "../debugger", version = "1.77.1", default-features = false }
3232

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

0 commit comments

Comments
 (0)