Skip to content

Commit ff4e2df

Browse files
committed
update to latest sunfish
1 parent 199611f commit ff4e2df

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ overflow-checks = false
2323
[profile.release]
2424
lto = true
2525
strip = true
26-
27-
[patch.crates-io]
28-
sunfish = { git = "https://github.com/tangramdotdev/sunfish" }

crates/www/content/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use anyhow::Result;
22
use std::io::Read;
33
use std::path::{Path, PathBuf};
4-
use sunfish::{embed::IncludeDir, include_dir};
4+
use sunfish::{include_dir, include_dir::IncludeDir};
55
use tangram_ui as ui;
66

77
pub struct BlogPost;

0 commit comments

Comments
 (0)