Skip to content

Commit

Permalink
1.0.0-beta.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Jebing committed May 22, 2020
1 parent 7d018f9 commit 1d120d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "code_location"
version = "1.0.0-dev"
version = "1.0.0-beta.1"
authors = ["Jonas Jebing <noreply.jonas.8049@protonmail.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
description = """
A library to automatically acquire a code location in a rust source code file.
"""
edition = "2018"
repository = "https://github.com/JonasJebing/rust_code_location"
keywords = ["code", "source", "location", "line", "number"]
categories = ["data-structures", "no-std"]

0 comments on commit 1d120d4

Please sign in to comment.