Skip to content

Commit

Permalink
1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed May 3, 2024
1 parent 569ba39 commit 8dc70ba
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.78.0 - Pending
## 1.78.0 - 2024-05-02

### Versions

Expand Down
6 changes: 3 additions & 3 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 command/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firedbg-cli"
version = "1.78.0-beta.1"
version = "1.78.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion debugger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firedbg-rust-debugger"
version = "1.78.0-beta.1"
version = "1.78.0"
edition = "2021"
license = "MIT OR Apache-2.0"
build = "build.rs"
Expand Down
4 changes: 2 additions & 2 deletions indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firedbg-stream-indexer"
version = "1.78.0-beta.1"
version = "1.78.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand Down Expand Up @@ -28,7 +28,7 @@ tokio = { version = "1", optional = true }
pretty_assertions = { version = "1", optional = true }
async-trait = { version = "0.1", optional = true }
# workspace
firedbg-rust-debugger = { path = "../debugger", version = "1.78.0-beta.1", default-features = false }
firedbg-rust-debugger = { path = "../debugger", version = "1.78.0", default-features = false }

[features]
# The base feature only exports the sea-orm entities
Expand Down

0 comments on commit 8dc70ba

Please sign in to comment.