Skip to content

Commit

Permalink
Merge pull request #199 from arkedge/feature/drop-crate-links
Browse files Browse the repository at this point in the history
Drop c2a-core crate links config
  • Loading branch information
sksat committed Nov 13, 2023
2 parents 1e0a7c4 + 1a4a3c6 commit 8a7c36e
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 8a7c36e

Please sign in to comment.