Cargo.toml: Make sure master's version is different from anything released or packaged

This commit is contained in:
Skia 2025-09-09 13:17:47 +02:00
parent a83c9d45aa
commit 3514b9cd5b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -187,7 +187,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "swaysome"
version = "2.3.0"
version = "2.3.0+git"
dependencies = [
"assert-json-diff",
"byteorder",

View file

@ -1,6 +1,6 @@
[package]
name = "swaysome"
version = "2.3.0"
version = "2.3.0+git"
authors = ["Skia <skia@hya.sk>", "Nabos <nabos@glargh.fr>"]
edition = "2021"
description = "swaysome provides an awesome way to manage your multiple outputs with the sway windows manager"