Update submodules version to come from the workspace (#850)

Tie the version of submodules to the workspace version.
This commit is contained in:
jcoens-openai
2025-05-07 10:08:06 -07:00
committed by GitHub
parent 8a89d3aeda
commit a080d7b0fd
10 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "codex-core"
version = "0.1.0"
version = { workspace = true }
edition = "2024"
[lib]