Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
048e23f5
Commit
048e23f5
authored
Jul 31, 2019
by
Robert Czechowski
Browse files
Update rusqlite to 0.14 in order to compile with rust 1.36
parent
a57c8413
Pipeline
#179
passed with stages
in 25 minutes and 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
048e23f5
...
...
@@ -66,7 +66,7 @@ version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"safemem 0.3.
0
(registry+https://github.com/rust-lang/crates.io-index)",
"safemem 0.3.
1
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
...
...
@@ -562,7 +562,7 @@ dependencies = [
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"router 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rusqlite 0.1
3
.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rusqlite 0.1
4
.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1139,7 +1139,7 @@ dependencies = [
[[package]]
name = "rusqlite"
version = "0.1
3
.0"
version = "0.1
4
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1170,7 +1170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "safemem"
version = "0.3.
0
"
version = "0.3.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
...
...
@@ -1715,12 +1715,12 @@ dependencies = [
"checksum rle-decode-fast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
"checksum route-recognizer 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3255338088df8146ba63d60a9b8e3556f1146ce2973bc05a75181a42ce2256"
"checksum router 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9b1797ff166029cb632237bb5542696e54961b4cf75a324c6f05c9cf0584e4e"
"checksum rusqlite 0.1
3
.0 (registry+https://github.com/rust-lang/crates.io-index)" = "
d9409d78a5a9646685688266e1833df8f08b71ffcae1b5db6c1bfb5970d8a80f
"
"checksum rusqlite 0.1
4
.0 (registry+https://github.com/rust-lang/crates.io-index)" = "
c9d9118f1ce84d8d0b67f9779936432fb42bb620cef2122409d786892cce9a3c
"
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
"checksum safemem 0.3.
0
(registry+https://github.com/rust-lang/crates.io-index)" = "
8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93
dd
9
"
"checksum safemem 0.3.
1
(registry+https://github.com/rust-lang/crates.io-index)" = "
e133ccc4f4d1cd4f89cc8a7ff618287d56dc7f638b8e38fc32c5fdcadc339
dd
5
"
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
"checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339"
"checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332"
...
...
Cargo.toml
View file @
048e23f5
...
...
@@ -8,7 +8,7 @@ watch = ["handlebars-iron/watch"]
strict
=
[]
# Treat warnings as a build error
[dependencies]
rusqlite
=
"0.1
3
.0"
rusqlite
=
"0.1
4
.0"
time
=
"0.1.40"
iron
=
"0.5.1"
...
...
README.md
View file @
048e23f5
...
...
@@ -21,7 +21,9 @@ It is designed for the German Jugendwettbewerb Informatik, a computer science co
## Running Medal
Needs
`rustc`
1.32 (stable) or higher (cf. https://rustup.rs/) (1.36 currently not supported).
Needs
`rustc`
and
`cargo`
1.32 (stable) or higher.
Rust can be obtained here: https://rustup.rs/
Running
```
...
...
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