Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EcoEpi
sick-bees
Commits
16c9a507
Commit
16c9a507
authored
Nov 02, 2021
by
Adam Reichold
Browse files
Bump Rust edition and locked dependencies.
parent
24785cf6
Pipeline
#49193
passed with stage
in 3 minutes and 51 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
16c9a507
...
...
@@ -62,9 +62,9 @@ version = "0.1.0"
[[package]]
name = "libc"
version = "0.2.10
4
"
version = "0.2.10
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce
"
checksum = "
a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673
"
[[package]]
name = "libm"
...
...
@@ -119,15 +119,15 @@ dependencies = [
[[package]]
name = "pkg-config"
version = "0.3.2
0
"
version = "0.3.2
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb
"
checksum = "
12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f
"
[[package]]
name = "ppv-lite86"
version = "0.2.1
4
"
version = "0.2.1
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741
"
checksum = "
ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba
"
[[package]]
name = "process"
...
...
Cargo.toml
View file @
16c9a507
...
...
@@ -7,8 +7,7 @@ name = "model"
version
=
"0.1.0"
authors
=
[
"EcoEpi <ecoepi@ufz.de>"
]
license
=
"GPL-3.0"
edition
=
"2018"
resolver
=
"2"
edition
=
"2021"
[lib]
path
=
"src/lib.rs"
...
...
builder.Dockerfile
View file @
16c9a507
...
...
@@ -15,6 +15,6 @@ ENV RUSTUP_HOME=/usr/local/rustup \
RUN
curl
--output
rustup-init
--location
https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init
&&
\
chmod
+x rustup-init
&&
\
./rustup-init
-y
--no-modify-path
--profile
minimal
--default-toolchain
nightly-2021-1
0-18
--component
clippy rustfmt
--target
x86_64-pc-windows-gnu
&&
\
./rustup-init
-y
--no-modify-path
--profile
minimal
--default-toolchain
nightly-2021-1
1-01
--component
clippy rustfmt
--target
x86_64-pc-windows-gnu
&&
\
rm
rustup-init
&&
\
cargo
install
cargo-sweep
documents/Cargo.lock
View file @
16c9a507
...
...
@@ -88,9 +88,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.10
4
"
version = "0.2.10
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce
"
checksum = "
a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673
"
[[package]]
name = "memoffset"
...
...
eve-builder.Dockerfile
View file @
16c9a507
...
...
@@ -9,6 +9,6 @@ ENV RUSTUP_HOME=/usr/local/rustup \
RUN
curl
--output
rustup-init
--location
https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init
&&
\
chmod
+x rustup-init
&&
\
./rustup-init
-y
--no-modify-path
--profile
minimal
--default-toolchain
nightly-2021-1
0-18
&&
\
./rustup-init
-y
--no-modify-path
--profile
minimal
--default-toolchain
nightly-2021-1
1-01
&&
\
rm
rustup-init
&&
\
cargo
install
cargo-sweep
visualisation/Cargo.lock
View file @
16c9a507
...
...
@@ -78,9 +78,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clang-sys"
version = "1.
2.2
"
version = "1.
3.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
10612c0ec0e0a1ff0e97980647cb058a6e7aedb913d01d009c406b8b7d0b26ee
"
checksum = "
fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90
"
dependencies = [
"glob",
"libc",
...
...
@@ -263,9 +263,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.10
4
"
version = "0.2.10
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce
"
checksum = "
a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673
"
[[package]]
name = "libloading"
...
...
@@ -404,15 +404,15 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "ppv-lite86"
version = "0.2.1
4
"
version = "0.2.1
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741
"
checksum = "
ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba
"
[[package]]
name = "proc-macro2"
version = "1.0.3
0
"
version = "1.0.3
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70
"
checksum = "
ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43
"
dependencies = [
"unicode-xid",
]
...
...
@@ -555,9 +555,9 @@ checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
[[package]]
name = "syn"
version = "1.0.8
0
"
version = "1.0.8
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194
"
checksum = "
f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966
"
dependencies = [
"proc-macro2",
"quote",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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