summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2021-07-29 23:21:33 +0200
committerDiego Barrios Romero <eldruin@gmail.com>2021-07-29 23:21:33 +0200
commitb3e1023607c13818d36b1518acaa2514412c0653 (patch)
tree7e4afca2acf60958dfd9742bf594085b462f714f /src
parent0f9b1d5cb7a01650ced3db5286e7dda4524ce05c (diff)
downloadads1x1x-async-b3e1023607c13818d36b1518acaa2514412c0653.tar.gz
ads1x1x-async-b3e1023607c13818d36b1518acaa2514412c0653.tar.xz
ads1x1x-async-b3e1023607c13818d36b1518acaa2514412c0653.zip
Prepare 0.2.2 release
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8833d75..e5405d1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -202,7 +202,7 @@
//! adc.set_comparator_latching(ComparatorLatching::Latching).unwrap();
//! ```
-#![doc(html_root_url = "https://docs.rs/ads1x1x/0.2.1")]
+#![doc(html_root_url = "https://docs.rs/ads1x1x/0.2.2")]
#![deny(unsafe_code)]
#![deny(missing_docs)]
#![no_std]