Skip to content

Commit

Permalink
Update dependencies (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed Mar 15, 2024
1 parent ca53816 commit f2c6260
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 101 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2024-03-15
## Changed
- Update dependencies (#20)

## [1.2.0] - 2022-06-19
### Fixed
- Missing some `unsafe` keywords.
Expand Down
151 changes: 53 additions & 98 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "i3lockr"
description = "Distort a screenshot and run i3lock"
version = "1.2.0"
version = "1.2.1"
license = "MIT OR Apache-2.0"
authors = ["Owen Walpole <[email protected]>"]
repository = "https://github.com/owenthewizard/i3lockr"
Expand All @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
blend-srgb = { version = "0.1", optional = true }
imagefmt = { version = "4", default-features = false, optional = true }
imgref = "1"
itertools = { version = "0.10", optional = true }
itertools = { version = "0.12", optional = true }
libc = "0.2" # should be same as xcb
num_cpus = "1"
rayon = { version = "1", optional = true }
Expand All @@ -47,5 +47,6 @@ verbose = []
default = ["suggestions", "color", "png", "jpeg", "threads", "blur", "scale", "brightness"]

[profile.release]
lto = true
lto = "fat"
codegen-units = 1
strip = true

0 comments on commit f2c6260

Please sign in to comment.