Skip to content

Commit 8eef37e

Browse files
committed
Version v3.0.0-beta.1
1 parent 5f36916 commit 8eef37e

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ strip = "debuginfo"
1414
codegen-units = 1
1515

1616
[workspace.package]
17-
version = "3.0.0-alpha.3"
17+
version = "3.0.0-beta.1"
1818
authors = ["Luke Street <luke@street.dev>"]
1919
edition = "2021"
2020
license = "MIT OR Apache-2.0"

objdiff-gui/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ anyhow = "1.0"
2828
cfg-if = "1.0"
2929
const_format = "0.2"
3030
cwdemangle = "1.0"
31-
cwextab = { version = "1.0", git = "https://github.com/CelestialAmber/cwextab.git" }
3231
dirs = "6.0"
3332
egui = "0.31"
3433
egui_extras = "0.31"
@@ -46,8 +45,6 @@ rfd = { version = "0.15" } #, default-features = false, features = ['xdg-portal'
4645
rlwinmdec = { version = "1.0", git = "https://github.com/CelestialAmber/rlwinmdec.git" }
4746
ron = "0.8"
4847
serde = { version = "1.0", features = ["derive"] }
49-
serde_json = "1.0"
50-
shell-escape = "0.1"
5148
time = { version = "0.3", features = ["formatting", "local-offset"] }
5249
typed-path = "0.10"
5350
winit = { version = "0.30", features = ["wayland-csd-adwaita"] }

objdiff-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "objdiff-wasm",
3-
"version": "3.0.0-alpha.3",
3+
"version": "3.0.0-beta.1",
44
"description": "A local diffing tool for decompilation projects.",
55
"author": {
66
"name": "Luke Street",

0 commit comments

Comments
 (0)