Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaoboy committed May 9, 2024
1 parent 469eca5 commit 7a0c689
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cargo-dist-version = "0.14.1"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# CI backends to support
ci = "github"
# Publish jobs to run in CI
Expand Down
5 changes: 4 additions & 1 deletion ansi2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "ansi2"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "ansi2"
repository = "https://github.com/ahaoboy/ansi2"
homepage = "https://github.com/ahaoboy/ansi2"
authors = ["ahaoboy"]

[dependencies]
nom = "7"
6 changes: 4 additions & 2 deletions ansi2html/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
repository = "https://github.com/ahaoboy/ansi2"
name = "ansi2html"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "ansi2html"
repository = "https://github.com/ahaoboy/ansi2"
homepage = "https://github.com/ahaoboy/ansi2"
authors = ["ahaoboy"]

[dependencies]
ansi2 = { version = "0.2", path = "../ansi2" }
Expand Down
5 changes: 4 additions & 1 deletion ansi2svg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "ansi2svg"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "ansi2svg"
repository = "https://github.com/ahaoboy/ansi2"
homepage = "https://github.com/ahaoboy/ansi2"
authors = ["ahaoboy"]

[dependencies]
ansi2 = { version = "0.2", path = "../ansi2" }
Expand Down

0 comments on commit 7a0c689

Please sign in to comment.