version: bump to 0.3.1
Just a binary fix for ubuntu Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user