Skip to content

Commit 42494d9

Browse files
committed
1.75.0-beta.1
1 parent 7b99ceb commit 42494d9

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

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.2"
3+
version = "1.75.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.74.2"
3+
version = "1.75.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.74.2"
3+
version = "1.75.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.74.2", default-features = false }
31+
firedbg-rust-debugger = { path = "../debugger", version = "1.75.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
@@ -10,6 +10,9 @@ get_firedbg_version() {
1010
rustc\ 1.74.*)
1111
local _firedbg_version="1.74.2"
1212
;;
13+
rustc\ 1.75.*)
14+
local _firedbg_version="1.75.0-beta.1"
15+
;;
1316
*)
1417
err "no precompiled binaries available for $_rustc_version";
1518
;;

0 commit comments

Comments
 (0)