Skip to content

Commit 8a7c087

Browse files
committed
renaming project to flagfile
1 parent 08a0380 commit 8a7c087

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "bool_expr_parser_nom"
3-
version = "0.3.6"
2+
name = "flagfile"
3+
version = "0.3.7"
44
edition = "2021"
55
authors = ["Nikolajus Krauklis <nikolajus@gmail.com>"]
66

tests/parser_test.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use std::collections::HashMap;
22

3-
use bool_expr_parser_nom::ast::Atom;
4-
use bool_expr_parser_nom::eval::Context;
5-
use bool_expr_parser_nom::{self, eval::eval, parse::parse};
3+
use flagfile::ast::Atom;
4+
use flagfile::eval::Context;
5+
use flagfile::{self, eval::eval, parse::parse};
66
use chrono::NaiveDate;
77

88
#[test]

0 commit comments

Comments
 (0)