mirror of https://github.com/eldruin/ds323x-rs
parent
7a566fd59c
commit
0b17437d4c
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue