Skip to content
Snippets Groups Projects
Commit f5d51b84 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Change version number to check CI pipeline

parent f2d55f7f
No related branches found
No related tags found
No related merge requests found
Pipeline #6892 passed
...@@ -12,5 +12,4 @@ deploy: ...@@ -12,5 +12,4 @@ deploy:
stage: deploy stage: deploy
image: rust:latest image: rust:latest
script: script:
- cargo login "$CRATES_IO_TOKEN" - cargo publish --token "$CRATES_IO_TOKEN"
- cargo publish
[package] [package]
name = "iterstream" name = "iterstream"
version = "0.1.0" version = "0.1.1"
authors = ["Michaël Hauspie <michael.hauspie@univ-lille.fr>"] authors = ["Michaël Hauspie <michael.hauspie@univ-lille.fr>"]
edition = "2018" edition = "2018"
license-file = "LICENSE" license-file = "LICENSE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment