Skip to content

Commit 4c0fd28

Browse files
authored
chore: lock baml-ids version to 0.0.1 (#1991)
Needed to prevent Cargo.lock churn in studio2. <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Locks `baml-ids` version to `0.0.1` in `Cargo.toml` to prevent `Cargo.lock` churn in `studio2`. > > - **Version Lock**: > - Locks `baml-ids` version to `0.0.1` in `Cargo.toml` to prevent `Cargo.lock` churn in `studio2`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 5ad9723. You can [customize](https://app.ellipsis.dev/BoundaryML/settings/summaries) this summary. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent 8405ee5 commit 4c0fd28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/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.

engine/baml-ids/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "baml-ids"
4-
version.workspace = true
4+
version = "0.0.1"
55
authors.workspace = true
66
license-file.workspace = true
77
description = "Typesafe IDs for BAML backends and runtime"

0 commit comments

Comments
 (0)