added async stuff not pushed in the last commit

This commit is contained in:
2023-03-12 21:17:51 +01:00
parent cc77e4ef9c
commit f0007394c3
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ use crate::app::fs_util;
const ASCIIDOC_REVEAL_VERSION: &str= "v4.1.0-rc.5";
pub fn install_reveal() -> () {
pub async fn install_reveal() -> () {
let result = reqwest::blocking::get(url())
.expect("Could not download reveal. Make sure you are connected to the internet");