Skip to content

Commit fa4edb5

Browse files
author
Hendrik van Antwerpen
committed
Bump versions
1 parent 3c95078 commit fa4edb5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

crates/bpe-openai/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpe-openai"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2021"
55
description = "Prebuilt fast byte-pair encoders for OpenAI."
66
repository = "https://github.com/github/rust-gems"
@@ -13,12 +13,12 @@ crate-type = ["lib", "staticlib"]
1313
bench = false
1414

1515
[dependencies]
16-
bpe = { version = "0.0.1", path = "../bpe" }
16+
bpe = { version = "0.1.0", path = "../bpe" }
1717
rmp-serde = "1"
1818
serde = { version = "1" }
1919

2020
[build-dependencies]
21-
bpe = { version = "0.0.1", path = "../bpe", features = ["tiktoken-rs"] }
21+
bpe = { version = "0.1.0", path = "../bpe", features = ["tiktoken-rs"] }
2222
rmp-serde = "1"
2323
tiktoken-rs = { version = "0.5" }
2424
serde = { version = "1" }

crates/bpe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpe"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2021"
55
description = "Fast byte-pair encoding implementation."
66
repository = "https://github.com/github/rust-gems"

0 commit comments

Comments
 (0)