Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Update libsass
Browse files Browse the repository at this point in the history
Closes #53
  • Loading branch information
Keats committed Oct 7, 2019
1 parent c3ec9dd commit 7585cad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sass-rs"
version = "0.2.2"
version = "0.2.3"
authors = [
"Marius Seritan <github@seritan.net>",
"Vincent Prouillet <prouillet.vincent@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


This crate is a wrapper around [libsass](https://github.com/sass/libsass), currently tracking
[v3.6.1](https://github.com/sass/libsass/releases/tag/3.6.1).
[v3.6.2](https://github.com/sass/libsass/releases/tag/3.6.2).

To build this crate on Windows, you will need to have Visual Studio installed.

Expand Down
4 changes: 2 additions & 2 deletions sass-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "sass-sys"
version = "0.4.13"
version = "0.4.14"
authors = [
"Marius Seritan <github@seritan.net>",
"Vincent Prouillet <prouillet.vincent@gmail.com>"
Expand All @@ -19,7 +19,7 @@ homepage = "https://github.com/compass-rs/sass-rs"
[build-dependencies]
pkg-config = "0.3"
num_cpus = "1.9.0"
# bindgen = "0.49"
# bindgen = "0.51"

[dependencies]
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion sass-sys/libsass
Submodule libsass updated 114 files
1 change: 1 addition & 0 deletions sass-sys/src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub enum Sass_Output_Style {
SASS_STYLE_COMPRESSED = 3,
SASS_STYLE_INSPECT = 4,
SASS_STYLE_TO_SASS = 5,
SASS_STYLE_TO_CSS = 6,
}
extern "C" {
pub fn sass_alloc_memory(size: usize) -> *mut ::std::os::raw::c_void;
Expand Down

0 comments on commit 7585cad

Please sign in to comment.