WIP 0.4.0 #2

Closed
armin wants to merge 8 commits from 0.4.0 into master
Showing only changes of commit 397acc8c44 - Show all commits

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: rust
commands:
- cargo build
- cargo test