Prepare 0.3.2 release

pull/8/head v0.3.2
Diego Barrios Romero 2021-02-22 11:02:06 +01:00
parent 7a566fd59c
commit 0b17437d4c
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ds323x"
version = "0.3.1" # remember to update html_root_url
version = "0.3.2" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/ds323x-rs"
license = "MIT OR Apache-2.0"

View File

@ -1,4 +1,4 @@
Copyright (C) 2018 Diego Barrios Romero
Copyright (C) 2018-2021 Diego Barrios Romero
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

View File

@ -386,7 +386,7 @@
//! rtc.set_alarm1_hms(time).unwrap();
//! ```
#![doc(html_root_url = "https://docs.rs/ds323x/0.3.1")]
#![doc(html_root_url = "https://docs.rs/ds323x/0.3.2")]
#![deny(unsafe_code, missing_docs)]
#![no_std]