Skip to content

Commit

Permalink
Revert "Merge pull request #580 from ut-issl/feature/export-src-dir-v…
Browse files Browse the repository at this point in the history
…ia-cargo"

This reverts commit db74c28, reversing
changes made to 7497a8e.
  • Loading branch information
sksat committed Nov 9, 2023
1 parent 3582afd commit 1a4a3c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ name = "c2a-core"
version.workspace = true
edition = "2021"

links = "c2a-core"

description = "Core of Command Centric Architecture"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ use semver::Version;
use clang::{token::TokenKind::Punctuation, Clang, Index};

fn main() {
println!("cargo:source_dir={}", env!("CARGO_MANIFEST_DIR"));

let ver = env!("CARGO_PKG_VERSION");
let ver = Version::parse(ver).unwrap();
dbg!(&ver);
Expand Down

0 comments on commit 1a4a3c6

Please sign in to comment.