Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andre Julius
slc
Commits
49c07f5d
Commit
49c07f5d
authored
Feb 26, 2018
by
Andre Julius
Browse files
Bump the version number
parent
61b4ffec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
49c07f5d
[package]
[package]
name
=
"slc"
name
=
"slc"
version
=
"0.3.
0
"
version
=
"0.3.
1
"
authors
=
[
"Andre <noromoron@gmail.com>"
]
authors
=
[
"Andre <noromoron@gmail.com>"
]
[dependencies]
[dependencies]
...
...
src/main.rs
View file @
49c07f5d
...
@@ -41,7 +41,7 @@ fn main() {
...
@@ -41,7 +41,7 @@ fn main() {
let
white
:
u8
;
let
white
:
u8
;
let
matches
=
App
::
new
(
"simple-led-control"
)
let
matches
=
App
::
new
(
"simple-led-control"
)
.version
(
"0.3"
)
.version
(
"0.3
.1
"
)
.author
(
"Andre Julius <noromoron@gmail.com>"
)
.author
(
"Andre Julius <noromoron@gmail.com>"
)
.about
(
"Control led strips"
)
.about
(
"Control led strips"
)
.arg
(
Arg
::
with_name
(
"verbose"
)
.arg
(
Arg
::
with_name
(
"verbose"
)
...
...
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