bump: version

This commit is contained in:
Sofia R 2023-04-30 10:02:52 -03:00
parent c50e8b8ebe
commit ceb2e39999
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ keywords = ["functional", "language", "type-theory", "proof-assistant"]
license = "MIT"
name = "kind2"
repository = "https://github.com/Kindelia/Kind2"
version = "0.3.9"
version = "0.3.10"
[[bin]]
name = "kind2"

View File

@ -1,7 +1,5 @@
use std::{fmt::Write, path::Path};
use refl::Id;
use crate::{data::{FileCache, Diagnostic, DiagnosticFrame, Log}, RenderConfig};
use super::code::FileMarkers;