Skip to content

Commit

Permalink
Increase version to prepare for crate release
Browse files Browse the repository at this point in the history
Summary:
Bump version for release on crates.io

# Why?

Current "space holder package" on crates.io has release 0.1.0. To release a new package the version must be higher than that.

# What?

Change version in `Cargo.toml` from `0.1.0` to `0.2.0`

Reviewed By: AndreasBackx

Differential Revision: D68097735

fbshipit-source-id: 3348f3819a9d82f69181140415284286222bb54b
  • Loading branch information
ukautz authored and facebook-github-bot committed Jan 14, 2025
1 parent 4680f78 commit ae9f9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scrut"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
autobins = false
description = "A simple and powerful test framework for CLI applications"
Expand Down

0 comments on commit ae9f9c0

Please sign in to comment.