serde_cbor #1

Open
shimun wants to merge 8 commits from serde_cbor into master
Showing only changes of commit 5bf210dc73 - Show all commits

View File

@ -10,7 +10,7 @@ steps:
- name: test
image: rust:1.43.0
commands:
- cargo test
- cargo test --all-features
- name: publish
image: rust:1.43.0
environment:
@ -18,7 +18,7 @@ steps:
from_secret: cargo_tkn
commands:
- grep -E 'version ?= ?"${DRONE_TAG}"' -i Cargo.toml || (printf "incorrect crate/tag version" && exit 1)
- cargo package
- cargo publish
- cargo package --all-features
- cargo publish --all-features
when:
event: tag