William Casarin (2):
      fix android-activity crash on unhandled app cmds

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-08-28 06:54:37 +08:00
parent 11aa2142cf
commit ea65af8d5b
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@@ -3505,7 +3505,7 @@ dependencies = [
[[package]] [[package]]
name = "notedeck" name = "notedeck"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"android-activity 0.6.0 (git+https://github.com/damus-io/android-activity?rev=4ee16f1585e4a75031dc10785163d4b920f95805)", "android-activity 0.6.0 (git+https://github.com/damus-io/android-activity?rev=4ee16f1585e4a75031dc10785163d4b920f95805)",
"base32", "base32",
@@ -3561,7 +3561,7 @@ dependencies = [
[[package]] [[package]]
name = "notedeck_chrome" name = "notedeck_chrome"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"bitflags 2.9.1", "bitflags 2.9.1",
"eframe", "eframe",
@@ -3593,7 +3593,7 @@ dependencies = [
[[package]] [[package]]
name = "notedeck_clndash" name = "notedeck_clndash"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"eframe", "eframe",
"egui", "egui",
@@ -3612,7 +3612,7 @@ dependencies = [
[[package]] [[package]]
name = "notedeck_columns" name = "notedeck_columns"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"bech32", "bech32",
@@ -3668,7 +3668,7 @@ dependencies = [
[[package]] [[package]]
name = "notedeck_dave" name = "notedeck_dave"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"async-openai", "async-openai",
"bytemuck", "bytemuck",
@@ -3693,7 +3693,7 @@ dependencies = [
[[package]] [[package]]
name = "notedeck_notebook" name = "notedeck_notebook"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"egui", "egui",
"jsoncanvas", "jsoncanvas",
@@ -3702,7 +3702,7 @@ dependencies = [
[[package]] [[package]]
name = "notedeck_ui" name = "notedeck_ui"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"bitflags 2.9.1", "bitflags 2.9.1",
"eframe", "eframe",

View File

@@ -1,6 +1,6 @@
[workspace] [workspace]
resolver = "2" resolver = "2"
package.version = "0.7.0" package.version = "0.7.1"
members = [ members = [
"crates/notedeck", "crates/notedeck",
"crates/notedeck_chrome", "crates/notedeck_chrome",