commit ae85f2dd3415ed4427b9ac0fe396f6db72b1d431
parent 74801098f3b913f7699f6e91d45e6e7ea32b2245
Author: William Casarin <jb55@jb55.com>
Date: Tue, 4 Feb 2025 11:51:16 -0800
version: bump to 0.3.1
Just a binary fix for ubuntu
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
5 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -2743,7 +2743,7 @@ dependencies = [
[[package]]
name = "notedeck"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"base32",
"dirs",
@@ -2771,7 +2771,7 @@ dependencies = [
[[package]]
name = "notedeck_chrome"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"android-activity 0.4.3",
"eframe",
@@ -2796,7 +2796,7 @@ dependencies = [
[[package]]
name = "notedeck_columns"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"base64 0.22.1",
"bitflags 2.6.0",
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,5 +1,6 @@
[workspace]
resolver = "2"
+package.version = "0.3.1"
members = [
"crates/notedeck",
"crates/notedeck_chrome",
diff --git a/crates/notedeck/Cargo.toml b/crates/notedeck/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "notedeck"
-version = "0.3.0"
+version = { workspace = true }
edition = "2021"
description = "The APIs and data structures used by notedeck apps"
diff --git a/crates/notedeck_chrome/Cargo.toml b/crates/notedeck_chrome/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "notedeck_chrome"
-version = "0.3.0"
+version = { workspace = true }
authors = ["William Casarin <jb55@jb55.com>", "kernelkind <kernelkind@gmail.com>"]
edition = "2021"
default-run = "notedeck"
diff --git a/crates/notedeck_columns/Cargo.toml b/crates/notedeck_columns/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "notedeck_columns"
-version = "0.3.0"
+version = { workspace = true }
authors = ["William Casarin <jb55@jb55.com>"]
edition = "2021"
#rust-version = "1.60"