Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Feb 23, 2024
1 parent 6c76a6f commit c88e505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build
run: cargo build -r --target ${{ matrix.target }} --locked

- name: Build Deb
- name: Build Deb (linux)
if: matrix.build == 'linux'
run: |
cargo install cargo-deb
Expand Down
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
Expand Up @@ -3,7 +3,7 @@ name = "smart-open"
description = "an intelligent and pluggable version of open"
license = "MIT OR Apache-2.0"
authors = ["Cecilia Sanare <[email protected]>"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit c88e505

Please sign in to comment.