Skip to content

Commit ec0e170

Browse files
committed
Update libcosmic and other dependencies
1 parent 284a3f6 commit ec0e170

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
[package]
22
name = "cosmic-ext-applet-sysinfo"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
edition = "2024"
55
license = "GPL-3.0"
66
authors = ["rwxroot <rwxroot@proton.me>"]
77
homepage = "https://github.com/cosmic-utils/cosmic-ext-applet-sysinfo/"
88
repository = "https://github.com/cosmic-utils/cosmic-ext-applet-sysinfo.git"
99

10-
# insta benefits from being compiled with optimizations, even in debug mode
11-
#
12-
# see https://insta.rs/docs/quickstart/
13-
[profile.dev.package]
14-
insta.opt-level = 3
15-
similar.opt-level = 3
16-
1710
[profile.release]
1811
lto = "fat"
1912

@@ -27,7 +20,7 @@ i18n-embed = { version = "0.16.0", default-features = false, features = [
2720
"fluent-system",
2821
"desktop-requester",
2922
] }
30-
i18n-embed-fl = { version = "0.10.0", default-features = false }
23+
i18n-embed-fl = { version = "0.10.1", default-features = false }
3124
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = [
3225
"applet",
3326
] }
@@ -46,3 +39,10 @@ tracing-subscriber = { version = "0.3.23", default-features = false, features =
4639

4740
[dev-dependencies]
4841
insta = "1.48.0"
42+
43+
# insta benefits from being compiled with optimizations, even in debug mode
44+
#
45+
# see https://insta.rs/docs/quickstart/
46+
[profile.dev.package]
47+
insta.opt-level = 3
48+
similar.opt-level = 3

0 commit comments

Comments
 (0)