Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
This change bumps the crate's version to 0.1.0, marking the first
release.
  • Loading branch information
d-e-s-o committed Apr 26, 2024
1 parent ecd0258 commit d899243
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
[package]
name = "debuginfod"
version = "0.0.0"
version = "0.1.0"
edition = "2021"
rust-version = "1.64"
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/d-e-s-o/debuginfod"
repository = "https://github.com/d-e-s-o/debuginfod.git"
readme = "README.md"
categories = [
"api-bindings",
"caching",
"development-tools",
"filesystem",
]
keywords = [
"debuginfod",
"api",
"debugging",
"dwarf",
"tracing",
]
description = """
A crate for interacting with debuginfod servers.
"""

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit d899243

Please sign in to comment.