Skip to content

Commit

Permalink
publish to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
wheird-lee committed Feb 3, 2023
1 parent 533d4a8 commit 10a55bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target/
*.lock
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "try_buf"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "This crate provides no-panic API for bytes::Buf"
readme = "README.md"
repository = "https://github.com/wheird-lee/try_buf"
license-file = "LICENSE"
license = "MIT"

[dependencies]
paste = "1.0"
Expand Down

0 comments on commit 10a55bf

Please sign in to comment.