Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ccqpein committed Jul 16, 2023
1 parent 34d36c8 commit b381955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cl-format/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cl-format"
version = "0.1.6"
version = "0.1.7"
authors = ["ccQpein"]
edition = "2021"
description = "Use Common Lisp format in Rust"
Expand All @@ -14,4 +14,4 @@ readme = "../README.md"
bench = false

[dependencies]
cl-format-macros = { version = "0.1.4", path = "../cl-format-macros" }
cl-format-macros = { version = "0.1", path = "../cl-format-macros" }

0 comments on commit b381955

Please sign in to comment.