Skip to content

Commit

Permalink
Update documentation URL in Cargo.toml and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmroz committed Aug 22, 2018
1 parent d84f5ec commit fadf712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,12 +1,12 @@
[package]
version = "1.1.1"
version = "1.1.2"

name = "ihex"
authors = ["Martin Mroz <martinmroz@gmail.com>"]
description = "A Rust library for parsing and generating Intel HEX (or IHEX) objects. This format is commonly used for representing compiled program code and data to be loaded into a microcontroller, flash memory or ROM."
homepage = "http://github.com/martinmroz/ihex"
repository = "http://github.com/martinmroz/ihex"
documentation = "http://martinmroz.github.io/ihex"
documentation = "https://martinmroz.github.io/ihex/master/ihex/"
readme = "README.md"
keywords = ["ihex", "intel", "hex"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit fadf712

Please sign in to comment.