Skip to content

Commit 7e438e5

Browse files
committed
1.80.0-beta.1
1 parent ccaff62 commit 7e438e5

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

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

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

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ get_firedbg_version() {
2525
rustc\ 1.79.*)
2626
local _firedbg_version="1.79.0"
2727
;;
28+
rustc\ 1.80.*)
29+
local _firedbg_version="1.80.0-beta.1"
30+
;;
2831
*)
2932
err "no precompiled binaries available for $_rustc_version";
3033
;;

0 commit comments

Comments
 (0)