File tree 2 files changed +9
-30
lines changed
2 files changed +9
-30
lines changed Original file line number Diff line number Diff line change 33
33
$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
34
34
```
35
35
36
+ ## Minimum Supported Rust Version (MSRV)
37
+
38
+ At the moment we test (via CI) and support the following Rust compiler versions:
39
+
40
+ * On Ubuntu we test with the latest stable compiler version, as accessible through ` rustup ` .
41
+ * On Fedora we test with the compiler version included with the Fedora 33 release.
42
+
43
+ If you need support for other versions of the compiler, get in touch with us to see what we can do!
44
+
36
45
## Community channel
37
46
38
47
Come and talk to us in [ our Slack channel] ( https://app.slack.com/client/T0JK1PCN6/CPMQ9D4H1 ) !
Original file line number Diff line number Diff line change @@ -31,33 +31,3 @@ RUST_BACKTRACE=1 cargo build
31
31
# Run the tests #
32
32
# ################
33
33
RUST_BACKTRACE=1 RUST_LOG=info cargo test -- --test-threads=1 --nocapture
34
-
35
- # ##################
36
- # Stop TPM server #
37
- # ##################
38
- pkill tpm_server
39
-
40
- # ############################
41
- # Install nightly toolchain #
42
- # ############################
43
- rustup toolchain install nightly
44
-
45
- # ###########################
46
- # Install legacy toolchain #
47
- # ###########################
48
- rustup toolchain install 1.38.0
49
-
50
- # ###################
51
- # Verify doc build #
52
- # ###################
53
- cargo +nightly doc --features docs --verbose --no-deps
54
-
55
- # #######################
56
- # Verify nightly build #
57
- # #######################
58
- cargo +nightly build
59
-
60
- # ####################################
61
- # Verify build with legacy compiler #
62
- # ####################################
63
- RUST_BACKTRACE=1 cargo +1.38.0 build
You can’t perform that action at this time.
0 commit comments