Skip to content

Commit

Permalink
Merge pull request #3779 from stacks-network/sergey-shandar-patch-1
Browse files Browse the repository at this point in the history
The new version of Regex (1.9.0) is not compatible with 1.8
  • Loading branch information
kantai authored Jul 12, 2023
2 parents 02dabb8 + 26ad8bd commit d15a822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clarity/src/vm/costs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use std::collections::{BTreeMap, HashMap};
use std::convert::{TryFrom, TryInto};
use std::{cmp, fmt};

use regex::internal::Exec;
use rusqlite::types::{FromSql, FromSqlResult, ToSql, ToSqlOutput, ValueRef};
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit d15a822

Please sign in to comment.