Roderick van Domburg
c74dc250d9
Update MSRV to 1.57
2022-07-29 23:17:10 +02:00
Jason Gray
a433f2b911
update MSRV
2022-05-23 13:40:00 -05:00
Roderick van Domburg
cf25c2aa36
Fix CI on ARM
2022-05-21 21:06:29 +02:00
Hugo Osvaldo Barrera
4fd7ac24ce
Bump MSRV to 1.53
...
See: https://github.com/librespot-org/librespot/pull/997
2022-05-20 08:57:21 +02:00
Jason Gray
b1f1464825
Round 2 of trying to get CI to ignore things that should not trigger a build test
2021-06-20 00:07:33 -05:00
Jason Gray
14de03e06f
Update tests
...
Make CI ignore things that should not trigger build tests.
2021-06-18 17:20:27 -05:00
johannesd3
c49e1320d4
Update workflow
2021-05-19 21:09:38 +02:00
johannesd3
555274b5af
Move decoder to playback crate
2021-05-11 20:36:53 +02:00
johannesd3
92e0a28e55
Fix workflow
2021-05-08 22:55:03 +02:00
johannesd3
da2cd8c971
Bump MSRV to 1.48
...
hyper, libmdns and sdl require a higher version.
2021-05-01 13:00:29 +02:00
johannesd3
317e586472
Improve CI
...
Run the tests and add build for Windows.
2021-04-10 12:59:26 +02:00
johannesd3
9a3a666856
Bump MSRV to 1.45
2021-04-10 12:50:30 +02:00
johannesd3
f5274f5ada
Merge branch 'dev' into tokio_migration
2021-04-09 10:39:06 +02:00
johannesd3
c0942f14e8
Restore rodiojack support
...
Probably more simple than the previous approach which
doubles the code: Instead of implementing the `Open` trait,
we simply use custom SinkBuilder, one for the default host,
and one for the "jack" host.
2021-02-23 22:22:51 +01:00
Johannes Dertmann
58bd339e90
Restore MSRV to 1.41
2021-02-23 09:36:57 +01:00
Sasha Hilton
6d15a17df8
Bump MSRV to 1.42.0
2021-02-10 00:25:19 +00:00
Sasha Hilton
49789f01d7
Fix incorrect lockfiles reference
2021-01-31 02:02:34 +00:00
Sasha Hilton
fb9720d3c2
Cache build dependencies in Github Workflows
2021-01-31 01:55:47 +00:00
Michael Herger
53f516e5de
Attempt to fix tests
...
Tests currently fail with some apt error:
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
This change would add the suggested `apt-get update`
2021-01-21 06:34:25 +01:00
Lyndon Brown
013a2fdcbf
ci: optimise action triggers
...
it is pointless to run CI jobs for pushes / PRs that only change files that
would never cause a failure, such as documentation.
this avoids wasting resources for such situations.
2020-12-16 16:14:37 +00:00
Lyndon Brown
6f1bf7dd07
ci: add use of github actions
...
now that travis has ditched it's free service.
2020-12-16 16:05:03 +00:00