Skip to content

Commit

Permalink
update the svgbob_server
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 15, 2023
1 parent a442dcb commit b575ef6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/svgbob_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svgbob_server"
version = "0.6.6"
version = "0.7.0"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbob"
Expand All @@ -11,6 +11,6 @@ edition = "2021"


[dependencies]
svgbob = { path = "../svgbob", version = "0.6" }
svgbob = { path = "../svgbob", version = "0.7" }
axum = "0.4.5"
tokio = { version = "1.0", features = ["full"] }

0 comments on commit b575ef6

Please sign in to comment.