Skip to content

Commit

Permalink
bump cli and web to lib v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed Mar 15, 2024
1 parent 450e599 commit c4e14d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "svg2gcode-cli"
version = "0.0.7"
version = "0.0.8"
authors = ["Sameer Puri <[email protected]>"]
edition = "2021"
description = "Command line interface for svg2gcode"
repository = "https://github.com/sameer/svg2gcode"
license = "MIT"

[dependencies]
svg2gcode = { version = "0.1.6", features = ["serde"]}
svg2gcode = { version = "0.2.0", features = ["serde"]}
env_logger = { version = "0", default-features = false, features = ["atty", "termcolor", "humantime"] }
log = "0"
g-code = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svg2gcode-web"
version = "0.0.7"
version = "0.0.8"
authors = ["Sameer Puri <[email protected]>"]
edition = "2021"
description = "Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines"
Expand All @@ -10,7 +10,7 @@ license = "MIT"

[dependencies]
wasm-bindgen = "0.2"
svg2gcode = { version = "0.1.6", features = ["serde"] }
svg2gcode = { version = "0.2.0", features = ["serde"] }
roxmltree = "0.19"
g-code = "0.3"
codespan-reporting = "0.11"
Expand Down

0 comments on commit c4e14d0

Please sign in to comment.