Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Dec 22, 2023
1 parent 8b52794 commit 5845db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiktoken-c"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["kojix2 <2xijok@gmail.com>"]
license = "MIT"
Expand All @@ -12,4 +12,4 @@ crate-type = ["cdylib"]
[dependencies]
tiktoken-rs = "0.5"
log = "0.4"
simple_logger = "4.2"
simple_logger = "4.3"

0 comments on commit 5845db0

Please sign in to comment.