Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ACS
P
Public
HermitCore
libhermit-rs
Commits
15b44c06
Commit
15b44c06
authored
Aug 31, 2020
by
Stefan Lankes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase version number
parent
63104477
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
Cargo.lock
Cargo.lock
+11
-11
Cargo.toml
Cargo.toml
+1
-1
No files found.
Cargo.lock
View file @
15b44c06
...
...
@@ -2,15 +2,15 @@
# It is not intended for manual editing.
[[package]]
name = "autocfg"
version = "1.0.
0
"
version = "1.0.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d
"
checksum = "
cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a
"
[[package]]
name = "bit_field"
version = "0.10.
0
"
version = "0.10.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a165d606cf084741d4ac3a28fb6e9b1eb0bd31f6cd999098cfddb0b2ab381dc0
"
checksum = "
dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4
"
[[package]]
name = "bitflags"
...
...
@@ -20,9 +20,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "cc"
version = "1.0.5
8
"
version = "1.0.5
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518
"
checksum = "
66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381
"
[[package]]
name = "cfg-if"
...
...
@@ -70,9 +70,9 @@ dependencies = [
[[package]]
name = "num-derive"
version = "0.3.
1
"
version = "0.3.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e0396233fb2d5b0ae3f05ff6aba9a09185f7f6e
70
f
87
fb01147d545f85364665
"
checksum = "
6f09b9841adb6b5e1f89ef
7087
ea636e0fd94b2851f887c1e3eb5d5f8228fab3
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -160,7 +160,7 @@ dependencies = [
[[package]]
name = "rusty-hermit"
version = "0.3.3
6
"
version = "0.3.3
7
"
dependencies = [
"bitflags",
"log",
...
...
@@ -188,9 +188,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "syn"
version = "1.0.3
8
"
version = "1.0.3
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c
1f
4
"
checksum = "
891d8d6567fe7c7f8835a3a98af4208f3846fba258c1bc3c31d6e506239f1
1f
9
"
dependencies = [
"proc-macro2",
"quote",
...
...
Cargo.toml
View file @
15b44c06
[package]
name
=
"rusty-hermit"
version
=
"0.3.3
6
"
version
=
"0.3.3
7
"
authors
=
[
"Stefan Lankes <slankes@eonerc.rwth-aachen.de>"
,
"Colin Finck <colin.finck@rwth-aachen.de>"
...
...
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