Skip to content

Commit

Permalink
Release crate to 0.2.0 and pypi to 0.1.1 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jan 28, 2025
1 parent a8d83c5 commit e9a00b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "rsdos"
version = "0.1.0"
version = "0.2.0"
description = "key-value store for file I/O on disk"
authors = ["Jusong Yu <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell", "homebrew"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
# A GitHub repo to push Homebrew formulas to
tap = "unkcpz/homebrew-tap"
# Path that installers should place binaries in
Expand Down
4 changes: 2 additions & 2 deletions python/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 python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyrsdos"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Jusong Yu <[email protected]>"]
rust-version = "1.78.0"
Expand Down

0 comments on commit e9a00b6

Please sign in to comment.