diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2021-07-29 23:21:33 +0200 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2021-07-29 23:21:33 +0200 |
commit | b3e1023607c13818d36b1518acaa2514412c0653 (patch) | |
tree | 7e4afca2acf60958dfd9742bf594085b462f714f /src | |
parent | 0f9b1d5cb7a01650ced3db5286e7dda4524ce05c (diff) | |
download | ads1x1x-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.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |