11 Commits

Author SHA1 Message Date
messense
d4e508d6d1
Update MSRV to 1.54.0
Closes #740
2022-03-25 18:49:21 +01:00
Emilio Cobos Álvarez
b9cfb34d29
Reintroduce clippy checks (#643) 2021-01-14 19:41:13 +01:00
Luni-4
428ae2c6c9 Add a comment to explain release notes code 2021-01-04 18:39:35 +01:00
Luni-4
5698270518 ci: reintroduce clippy checks 2021-01-04 17:31:46 +01:00
Luni-4
35afe47d0d Format release notes in a better way 2021-01-04 15:40:56 +01:00
Emilio Cobos Álvarez
30c642cac4 Test that cargo test in cargo package dir succeeds. 2020-12-26 18:45:35 +01:00
Vadim Petrochenkov
1b7976c88e ci: Check cargo test with minimim supported Rust version 2020-11-26 13:40:36 +01:00
Vadim Petrochenkov
51405d1277 Support generation of Cython bindings 2020-11-17 15:27:34 +01:00
Vadim Petrochenkov
c943a99194 CI: Add a minimum version check 2020-10-14 10:12:50 +02:00
Emilio Cobos Álvarez
fbdad17dc6
ci: Remove clippy check.
While useful sometimes, it doesn't have stability guarantees (so CI can
break when new rust stable versions are released), and it can do
suggestions that make us require newer rustc versions than needed, which
is not ideal.
2020-10-12 12:07:07 +02:00
Luni-4
6b56082be8 Replace travis with Github Actions 2020-09-07 00:24:10 +02:00