Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Revert "Common C integer types (#128)" (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored May 13, 2022
1 parent c4c59e8 commit fea40a9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 553 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
fail-fast: false
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [macos-latest, ubuntu-latest, windows-latest]
sdk: [2.16.0, dev] # TODO(dacoharkes): Set to 2.16.0 after SDK release.
os: [ubuntu-latest]
sdk: [2.12.0, dev]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 1.2.0
## 1.2.1

Revert added common C integer types as ABI-specific integers.
Instead, these are available in Dart 2.17.

## 1.2.0 (retracted)

This release requires Dart `2.16.0` or greater.

Expand Down
1 change: 0 additions & 1 deletion lib/ffi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@

export 'src/allocation.dart' show calloc, malloc;
export 'src/arena.dart';
export 'src/c_type.dart';
export 'src/utf8.dart';
export 'src/utf16.dart';
Loading

0 comments on commit fea40a9

Please sign in to comment.