Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ACS
P
Public
HermitCore
libhermit-rs
Commits
8a059378
Commit
8a059378
authored
Jun 02, 2020
by
Stefan Lankes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase version number
parent
89b86715
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Cargo.lock
Cargo.lock
+1
-1
Cargo.toml
Cargo.toml
+2
-2
No files found.
Cargo.lock
View file @
8a059378
...
...
@@ -142,7 +142,7 @@ dependencies = [
[[package]]
name = "rusty-hermit"
version = "0.3.3
1
"
version = "0.3.3
2
"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
Cargo.toml
View file @
8a059378
[package]
name
=
"rusty-hermit"
version
=
"0.3.3
1
"
version
=
"0.3.3
2
"
authors
=
[
"Stefan Lankes <slankes@eonerc.rwth-aachen.de>"
,
"Colin Finck <colin.finck@rwth-aachen.de>"
...
...
@@ -15,7 +15,7 @@ edition = "2018"
description
=
"""
RustyHermit - A Rust-based, lightweight unikernel
"""
exclude
=
[
"/img/*"
,
"./CMakeLists.txt"
,
"/.travis.yml"
,
"/.gitlab-ci.yml"
,
".gitignore"
,
"/.vscode/*"
]
exclude
=
[
"/img/*"
,
"./CMakeLists.txt"
,
"/.travis.yml"
,
"/.gitlab-ci.yml"
,
".gitignore"
,
"/.vscode/*"
,
"/.github/*"
]
[badges]
travis-ci
=
{
repository
=
"hermitcore/libhermit-rs"
}
...
...
Write
Preview
Markdown
is supported
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