Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny
pixelspammer
Commits
f9caf5b2
Verified
Commit
f9caf5b2
authored
Nov 01, 2021
by
Jenny
Browse files
version bump 1.4.2
parent
62b0d576
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
f9caf5b2
...
...
@@ -343,7 +343,7 @@ checksum = "6acbef58a60fe69ab50510a55bc8cdd4d6cf2283d27ad338f54cb52747a9cf2d"
[[package]]
name = "pixelspammer"
version = "1.4.
1
"
version = "1.4.
2
"
dependencies = [
"clap",
"image",
...
...
Cargo.toml
View file @
f9caf5b2
[package]
name
=
"pixelspammer"
version
=
"1.4.
1
"
version
=
"1.4.
2
"
edition
=
"2018"
authors
=
[
"Netali <me@netali.de>"
]
repository
=
"https://gitlab.fem-net.de/netali/pixelspammer"
...
...
src/main.rs
View file @
f9caf5b2
...
...
@@ -5,7 +5,7 @@ mod rect;
mod
circle
;
mod
utils
;
const
VERSION
:
&
str
=
"1.4.
1
"
;
const
VERSION
:
&
str
=
"1.4.
2
"
;
const
AUTHOR
:
&
str
=
"Netali <me@netali.de>"
;
fn
main
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment