Skip to content

Commit babe06c

Browse files
committed
1.76.0
1 parent c509460 commit babe06c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

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

0 commit comments

Comments
 (0)