Skip to content
Snippets Groups Projects
Commit 4b68ef40 authored by Carl Lerche's avatar Carl Lerche
Browse files

Merge remote-tracking branch 'origin/v0.4.x'

parents 355a6629 86c83959
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,13 @@ matrix:
# Serde implementation
- env: EXTRA_ARGS="--features serde"
# WASM support
- rust: beta
script:
- rustup target add wasm32-unknown-unknown
- cargo build --target=wasm32-unknown-unknown
before_install: set -e
install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment