Skip to content

Commit 10994e9

Browse files
Bump version to 0.1.5 and add crates-io environment to publish workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 44089db commit 10994e9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13+
environment: crates-io
1314
steps:
1415
- uses: actions/checkout@v4
1516
- uses: dtolnay/rust-toolchain@stable

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openapi-to-rust"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2024"
55
rust-version = "1.85.0"
66
authors = ["James Lalonde"]

0 commit comments

Comments
 (0)