Bump reedline (#634)

This commit is contained in:
JT
2022-01-01 09:41:29 +11:00
committed by GitHub
parent 18ddcdcb97
commit 15b979b06e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ use crate::{BlockId, ShellError, Span, Value};
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
const ANIMATE_PROMPT_DEFAULT: bool = false;
const ANIMATE_PROMPT_DEFAULT: bool = true;
#[derive(Serialize, Deserialize, Clone, Debug)]
pub struct EnvConversion {