Skip to content

Commit

Permalink
Merge pull request #14 from arunkumar-mourougappane/version_bump
Browse files Browse the repository at this point in the history
Update Cargo.toml for author info, version bump to 0.2.0 and relase p…
  • Loading branch information
arunkumar-mourougappane committed Aug 3, 2024
2 parents bdd7f70 + f4e18be commit 1b9467b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
[package]
name = "postgres_user_crud"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Arunkumar Mourougappane <amouroug@buffalo.edu>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3
strip = "debuginfo"
lto = true

[dependencies]
pad = "0.1.6"
Expand Down

0 comments on commit 1b9467b

Please sign in to comment.