Skip to content

Commit fcabeb0

Browse files
committed
Version Bump
1 parent df04790 commit fcabeb0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/dspy-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dspy-rs"
33
authors = ["Herumb Shandilya <herumb@stanford.edu>"]
4-
version = "0.0.5"
4+
version = "0.5.0"
55
edition = "2024"
66
description = "A DSPy rewrite(not port) to Rust."
77
readme = "README.md"
@@ -27,7 +27,7 @@ async-trait = "0.1.83"
2727
anyhow = "1.0.99"
2828
bon = "3.7.0"
2929
secrecy = "0.10.3"
30-
dsrs_macros = { version = "0.1.0", path = "../dsrs-macros" }
30+
dsrs_macros = { version = "0.5.0", path = "../dsrs-macros" }
3131
validator = "0.20.0"
3232
csv = "1.3.1"
3333
hf-hub = { version = "0.4.3", features = ["tokio"] }

crates/dsrs-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsrs_macros"
3-
version = "0.1.0"
3+
version = "0.5.0"
44
edition = "2024"
55
authors = ["Herumb Shandilya <herumb@stanford.edu>"]
66
description = "Derive macros for DSRs (DSPy Rust)"

0 commit comments

Comments
 (0)