Winit version 0.29.1-beta

Cargo automatically pulls pre-releases, so bump semver for each
pre-release as well, since those can't be resolved automatically.

We don't do betas for the patch bumps, so it should work just fine.
This commit is contained in:
Kirill Chibisov
2023-08-16 15:57:50 +04:00
parent 00b5de0a68
commit 7f1aaa652d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.29.0-beta.1"
version = "0.29.1-beta"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
edition = "2021"